vikunja/pkg/modules/auth
kolaente f24b15c6e9 fix: pass PKCE code_verifier to OIDC provider during token exchange
The frontend sends the code_verifier in the callback request, but the
backend was not forwarding it to the OIDC provider's token endpoint.
This caused Dex (and any PKCE-aware provider) to reject the token
exchange with "Expecting parameter code_verifier in PKCE flow."
2026-04-03 18:20:39 +02:00
..
ldap fix(auth): skip profile updates for disabled LDAP users 2026-03-23 16:37:26 +00:00
oauth2server test: add tests for OAuth 2.0 authorization flow 2026-03-27 23:05:04 +00:00
openid fix: pass PKCE code_verifier to OIDC provider during token exchange 2026-04-03 18:20:39 +02:00
auth.go feat: rename ServiceJWTSecret to ServiceSecret with deprecation (#2502) 2026-03-30 12:07:01 +02:00