authbox 0.1.2

A lightweight, modular authentication framework for Rust built around traits, async support, and pluggable component
Documentation
1
2
3
4
5
6
7
8
//! AuthBox
//!
//! Modern authentication for rust web apps.

pub mod middlewares;
pub mod prelude;
pub mod services;
pub mod traits;