authbox 0.2.7

A lightweight, modular authentication framework for Rust built around traits, async support, and pluggable component
Documentation
1
2
3
4
5
pub use crate::services::{AuthError, AuthService, DefaultHasher, DefaultJwtManager, LoginError};
pub use crate::traits::{
    AuthUser, BlacklistableClaims, EmailProvider, EmailTemplateConfig, OneTimeTokenStore,
    PasswordHasher, RegisterUserInput, TokenBlacklistStore, TokenManager, UserStore,
};