vikunja/pkg/modules/auth
kolaente 7da3607032 feat(audit): emit the login event for the OAuth code exchange
The new v2 OAuth token endpoint mints a fresh session without going
through NewUserAuthTokenResponse, so those logins were missing from the
audit trail. The refresh grant stays unaudited like the v1 refresh.
2026-06-12 10:43:38 +02:00
..
ldap fix(auth): skip profile updates for disabled LDAP users 2026-03-23 16:37:26 +00:00
oauth2server feat(audit): emit the login event for the OAuth code exchange 2026-06-12 10:43:38 +02:00
openid fix: dispatch pending events after user creation commits 2026-06-12 10:36:11 +02:00
auth.go feat(events): add auth boundary events 2026-06-12 10:34:57 +02:00
auth_test.go feat(auth): add GetAuthFromContext for Huma handlers 2026-05-31 12:56:57 +00:00