Skip to content

v1.6.11

Choose a tag to compare

@BetaHydri BetaHydri released this 23 Jul 07:04
· 5 commits to main since this release

v1.6.11 — Documentation release

Documentation-only release (no code changes).

Changed

  • Multiple API clients on the REST endpoint — clarified in docs/quickstart.md
    and docs/schnellstart.md that ApiClients is an array: the presented
    X-Api-Key is matched against every entry, so any number of clients can be
    authorised side by side (the matched Name is written to the audit log). Added
    a concrete multi-client example and a note that install.ps1 only writes the
    first client — further callers are added by editing the ApiClients array
    in appsettings.psd1 directly (one SHA256 hash per key).