Add API key and base-URL settings #28

Open
opened 2026-07-01 01:05:20 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:05:20 +00:00 (Migrated from github.com)

Problem

Consuming the Api may require a per-tenant API key and a configurable endpoint. These belong in the settings screen, stored securely and used by the client.

Acceptance criteria

  • Settings expose an Api base URL and an optional API key field.
  • The API key is stored without being echoed back in plaintext in the field.
  • The client attaches the API key to requests when present.
  • A connection-test action reports reachable/unreachable with the current settings.

Notes

Keep secrets out of logs and out of the page source.

## Problem Consuming the Api may require a per-tenant API key and a configurable endpoint. These belong in the settings screen, stored securely and used by the client. ## Acceptance criteria - [ ] Settings expose an Api base URL and an optional API key field. - [ ] The API key is stored without being echoed back in plaintext in the field. - [ ] The client attaches the API key to requests when present. - [ ] A connection-test action reports reachable/unreachable with the current settings. ## Notes Keep secrets out of logs and out of the page source.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Ordo#28
No description provided.