actix-web-httpauth 0.1.0

HTTP authentication schemes for actix-web
Documentation
1
2
3
4
5
6
7
8
9
mod scheme;
mod header;
mod errors;

pub use self::scheme::Scheme;
pub use self::scheme::basic::Basic;
pub use self::scheme::bearer::Bearer;
pub use self::errors::ParseError;
pub use self::header::Authorization;