Documentation
¶
Overview ¶
Package claims owns a per-process map of custom JWT claims that get merged into every access token minted by the authapi package.
Tests use POST /admin0/claims (and friends) to shape the claim payload at runtime without restarting the service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store holds the active custom claims. Safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.