vikunja/pkg/modules/auth
kolaente 01d19e85db fix: dispatch pending events after user creation commits
The register handler, local/LDAP login and the OIDC callback all queue
the user.created event via DispatchOnCommit but never called
DispatchPending, so the event was silently dropped and its queue entry
leaked. Flush after commit and discard on rollback.
2026-06-12 10:36:11 +02:00
..
ldap fix(auth): skip profile updates for disabled LDAP users 2026-03-23 16:37:26 +00:00
oauth2server refactor(auth): extract shared auth/token business logic for v2 reuse 2026-06-12 07:58:17 +00: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