summaryrefslogtreecommitdiff
path: root/internal/api/client/tokens
AgeCommit message (Collapse)AuthorFiles
2025-04-18[bugfix] new token API issues (#4022)Libravatar kim2
* fix incorrect endpoint being registered for /token/{id} * update the maximum page value for tokens endpoint to 100 * update the available tokens page options * set a default limit of 25 to match the first available settings panel option * ensure OnInvalidateToken() hook is called during token delete
2025-03-17[feature] Application creation + management via API + settings panel (#3906)Libravatar tobi1
* [feature] Application creation + management via API + settings panel * fix docs links * add errnorows test * use known application as shorter * add comment about side effects
2025-03-04[feature] Add token review / delete to backend + settings panel (#3845)Libravatar tobi8