vikunja/pkg/modules/auth/openid
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
..
cron.go fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
main_test.go feat: move to slog for logging 2025-07-21 18:15:39 +02:00
openid.go fix: pass PKCE code_verifier to OIDC provider during token exchange 2026-04-03 18:20:39 +02:00
openid_test.go feat: use openid provider name instead of generic "OIDC" in synced team names 2026-03-24 12:30:06 +00:00
providers.go feat(auth): enforce OpenID Connect issuer uniqueness across providers 2026-03-30 22:41:50 +00:00
providers_test.go feat(auth): enforce OpenID Connect issuer uniqueness across providers 2026-03-30 22:41:50 +00:00