authbox 1.1.3

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

#[cfg(feature = "email")]
pub use authbox_email::prelude::*;