v1.6.11
v1.6.11 — Documentation release
Documentation-only release (no code changes).
Changed
- Multiple API clients on the REST endpoint — clarified in
docs/quickstart.md
anddocs/schnellstart.mdthatApiClientsis an array: the presented
X-Api-Keyis matched against every entry, so any number of clients can be
authorised side by side (the matchedNameis written to the audit log). Added
a concrete multi-client example and a note thatinstall.ps1only writes the
first client — further callers are added by editing theApiClientsarray
inappsettings.psd1directly (one SHA256 hash per key).