src/dazzle_back/runtime/auth/routes_2fa.py¶
Generated: 2026-03-30T04:38:46.941917+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Two-factor authentication routes.
Key Exports¶
_TwoFaDepscreate_2fa_routes
Dependencies¶
Imports¶
dataclasses.dataclassdataclasses.fielddatetime.timedeltafunctools.partialtyping.Anydazzle_back.runtime._fastapi_compat.FASTAPI_AVAILABLEdazzle_back.runtime._fastapi_compat.APIRouterdazzle_back.runtime._fastapi_compat.FastAPIRequestdazzle_back.runtime._fastapi_compat.JSONResponsedazzle_back.runtime._fastapi_compat.Responsecrypto.cookie_secureevents.emit_user_logged_inmodels.TwoFactorSetupRequestmodels.TwoFactorVerifyRequestmodels.UserRecordstore.AuthStorefastapi.HTTPExceptionfastapi.HTTPExceptiondazzle_back.runtime.totp.generate_totp_secretdazzle_back.runtime.totp.get_totp_uri
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_auth_action_handlers.pytests/unit/test_auth_events.pytests/unit/test_auth_flows.pytests/unit/test_auth_schema_exclusion.pytests/unit/test_auth_password_reset.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.