vikunja/pkg/modules/auth
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
..
ldap fix(auth): skip profile updates for disabled LDAP users 2026-03-23 16:37:26 +00:00
oauth2server feat: add OAuth 2.0 token endpoint 2026-03-27 23:05:04 +00:00
openid feat: use openid provider name instead of generic "OIDC" in synced team names 2026-03-24 12:30:06 +00:00
auth.go refactor: extract shared RefreshSession helper 2026-03-27 23:05:04 +00:00