vikunja/pkg/modules/auth
kolaente acdc2a07f2 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 08:56:08 +00: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 08:56:08 +00:00
openid fix: dispatch pending events after user creation commits 2026-06-12 08:56:08 +00:00
auth.go feat(events): add auth boundary events 2026-06-12 08:56:08 +00:00
auth_test.go feat(auth): add GetAuthFromContext for Huma handlers 2026-05-31 12:56:57 +00:00