mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-28 12:36:45 +00:00
Move the "Usage in PhotoPrism" section out of the pkg/authn/authtoken README into a new README for internal/auth/tokens, where the wiring it describes actually lives, and bring it up to date with the current delivery rules: sessions always receive a signed token, and the coarse token stays empty unless one is configured. The pkg README now covers only the token format and signing API, with its examples no longer referring to internal symbols, so the leaf stays free of any dependency on the layer above it. Condense the CODEMAP entry to navigational facts and point it at both READMEs, so the delivery policy is described in exactly one place. |
||
|---|---|---|
| .. | ||
| acl | ||
| jwt | ||
| oidc | ||
| session | ||
| tokens | ||