authbox 1.1.2

A lightweight, modular authentication framework for Rust built around traits, async support, and pluggable component
Documentation
1
2
3
4
pub use authbox_argon2::prelude::DefaultHasher;
pub use authbox_core::prelude::*;
pub use authbox_jwt::prelude::{DefaultJwtManager, JwtClaims};
pub use authbox_redis::prelude::*;