src/dazzle_back/runtime/auth/crypto.py¶
Generated: 2026-03-30T04:38:46.847849+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Password hashing, verification, and cookie security helpers.
Key Exports¶
hash_passwordverify_passwordcookie_secure
Dependencies¶
Imports¶
hashlibhmacsecretstyping.Any
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/security/test_asvs_v6_cryptography.pytests/unit/test_auth_action_handlers.pytests/unit/test_auth_events.pytests/unit/test_auth_flows.pytests/unit/test_auth_schema_exclusion.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.