vikunja/pkg/modules/auth
kolaente 7a258f67c7 refactor: extract shared RefreshSession helper
The cookie-based /user/token/refresh handler had session refresh logic
(lookup, expiry check, token rotation, user fetch, JWT generation)
that will be reused by the OAuth token endpoint. Extract it into
auth.RefreshSession() and rewrite RefreshToken to use it.
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
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