//! # 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 for convenient access
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// Authentication result type alias
pub type AuthResult<T> = ;
/// Authentication system version
pub const VERSION: &str = env!;