vikunja/pkg/modules/auth/oauth2server
kolaente 7827ff64b9 feat: add OAuth 2.0 token endpoint
Add POST /api/v1/oauth/token supporting authorization_code and
refresh_token grant types. Validates PKCE, exchanges codes for
JWT access tokens with refresh token rotation. Uses the shared
RefreshSession helper for the refresh grant.
2026-03-27 23:05:04 +00:00
..
authorize.go feat: add OAuth 2.0 authorize endpoint 2026-03-27 23:05:04 +00:00
client.go feat: add OAuth client validation and PKCE verification 2026-03-27 23:05:04 +00:00
pkce.go feat: add OAuth client validation and PKCE verification 2026-03-27 23:05:04 +00:00
token.go feat: add OAuth 2.0 token endpoint 2026-03-27 23:05:04 +00:00