vikunja/pkg/modules/auth
kolaente ae908be716 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-10 22:20:59 +02:00
..
ldap fix(auth): skip profile updates for disabled LDAP users 2026-03-23 16:37:26 +00:00
oauth2server fix(oauth2server): accept all loopback redirect forms 2026-05-07 22:03:49 +00:00
openid fix: dispatch pending events after user creation commits 2026-06-10 22:20:59 +02:00
auth.go feat(events): add auth boundary events 2026-06-10 22:18:11 +02:00
auth_test.go feat(auth): add GetAuthFromContext for Huma handlers 2026-05-31 12:56:57 +00:00