vikunja/pkg/modules/auth
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
..
ldap refactor(user): export IsErrUserStatusError for use across packages 2026-03-23 12:06:16 +00:00
openid fix(auth): return correct error type for locked users in OIDC callback 2026-03-23 12:06:16 +00:00
auth.go fix(auth): make SameSite=None conditional on HTTPS for refresh cookie 2026-03-03 10:41:19 +01:00