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
6
7
8
9
10
//! AuthBox
//!
//! Modern authentication for rust web apps.

pub mod configs;
pub mod errors;
pub mod middlewares;
pub mod prelude;
pub mod services;
pub mod traits;