Skip to content

Commit 6567ecc

Browse files
update docs
1 parent 45ee058 commit 6567ecc

File tree

8 files changed

+1590
-139
lines changed

8 files changed

+1590
-139
lines changed

docs/api_reference/utils.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Documentation for `archipy.helpers.utils.string_utils`.
3838
Documentation for `archipy.helpers.utils.totp_utils`.
3939
*Includes all members, undocumented members, and shows inheritance.*
4040

41+
The TOTP utilities provide enhanced security features:
42+
43+
- HMAC-based implementation for time-based one-time passwords
44+
- Configurable hash algorithms (SHA1, SHA256, SHA512)
45+
- Secure key generation with master key protection
46+
- Configurable verification window for time skew tolerance
47+
- Comprehensive error handling with specific exception types
48+
4149
### keycloak_utils
4250

4351
Documentation for `archipy.helpers.utils.keycloak_utils`.

0 commit comments

Comments
 (0)