Expand description
Authentication and access control.
This module provides:
AccessLeveltrait for hierarchical permissions (always available)Userstruct with username and access level (always available)- Password hashing and credential providers (feature-gated:
authentication)
Structs§
- User
- User information.
Traits§
- Access
Level - Access level trait for hierarchical permissions. Implement this trait to define your application’s access hierarchy.