Expand description
§elif-auth: Authentication and Authorization for elif.rs
This crate provides comprehensive authentication and authorization capabilities for the elif.rs web framework, including JWT tokens, sessions, RBAC, and MFA.
Re-exports§
pub use config::*;pub use error::*;pub use traits::*;pub use providers::*;pub use utils::*;pub use rbac::*;
Modules§
- config
- Authentication configuration types and utilities
- error
- Authentication and authorization error types
- middleware
- Authentication logic for middleware integration
- providers
- Authentication providers implementations
- rbac
- Role-Based Access Control (RBAC) system
- traits
- Core authentication and authorization traits
- utils
- Password hashing and cryptographic utilities
Constants§
- VERSION
- Authentication system version
Type Aliases§
- Auth
Result - Authentication result type alias