Expand description
Validation utilities for the AuthFramework.
This module provides comprehensive input validation functions for authentication-related data including passwords, usernames, emails, and more.
Structs§
- Password
Policy - Enhanced password validation configuration
Functions§
- validate_
api_ key - Validate API key format
- validate_
email - Validate email format
- validate_
password - Simple password validation with default policy
- validate_
password_ enhanced - Enhanced password validation with configurable policy
- validate_
username - Validate username format