summaryrefslogtreecommitdiff
path: root/internal/api/client/tokens/tokens.go
AgeCommit message (Collapse)AuthorFiles
2025-04-18[bugfix] new token API issues (#4022)Libravatar kim1
* 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-04[feature] Add token review / delete to backend + settings panel (#3845)Libravatar tobi1