vikunja/pkg/modules/auth
kolaente 8b379b7466 feat: add OAuth 2.0 authorize endpoint
Add POST /api/v1/oauth/authorize behind auth middleware. Validates
OAuth parameters (response_type, redirect_uri, PKCE), fetches the
authenticated user, creates an authorization code, and returns it
as JSON for the frontend to handle the redirect.
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 authorize 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