src/dazzle_back/runtime/auth/events.py¶
Generated: 2026-03-30T04:38:46.871788+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Auth lifecycle event emission.
Emits events to the EventFramework bus after successful auth operations:
- auth.user.registered — after user registration
- auth.user.logged_in — after login (including 2FA completion)
- auth.user.password_changed — after password change
Events are fire-a...
Key Exports¶
configure_auth_eventsemit_user_registeredemit_user_logged_inemit_user_password_changed
Dependencies¶
Imports¶
__future__.annotationsloggingdatetime.UTCdatetime.datetimetyping.TYPE_CHECKINGtyping.Anydazzle_back.events.envelope.EventEnvelopemodels.UserRecord
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_events.pytests/unit/test_events_api.pytests/unit/test_auth_events.pytests/unit/test_llm_events.pytests/unit/test_auth_action_handlers.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.