Expand description
Authentication system with comprehensive user management and security features
Re-exports§
pub use config::AuthConfig;pub use manager::AuthenticationManager;pub use types::AuthProvider;pub use types::PasswordResetToken;pub use types::User;pub use types::UserSession;
Modules§
- config
- Authentication configuration
- crypto
- Cryptographic utilities for authentication
- manager
- Authentication manager implementation
- types
- Authentication types and data structures
- validation
- Password validation utilities