vikunja/pkg/modules/auth/openid
kolaente a7a8ae072a fix(auth): return correct error type for locked users in OIDC callback
Return ErrAccountLocked for locked users instead of ErrAccountDisabled.
Also skip profile updates and avatar sync for disabled/locked users
found during OIDC login — HandleCallback rejects the auth anyway.
2026-03-23 12:06:16 +00: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(auth): return correct error type for locked users in OIDC callback 2026-03-23 12:06:16 +00:00
openid_test.go fix: eliminate nested database sessions to prevent table locks 2026-02-25 11:03:02 +01:00
providers.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00
providers_test.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00