actix-web-httpauth 0.1.0

HTTP authentication schemes for actix-web
Documentation
1
2
3
4
5
6
mod errors;
mod config;
pub mod basic;
pub mod bearer;

pub use self::errors::AuthenticationError;