actix-web-httpauth 0.8.0

HTTP authentication schemes for Actix Web
Documentation
1
2
3
4
5
6
7
8
9
//! Type-safe authentication information extractors.

pub mod basic;
pub mod bearer;
mod config;
mod errors;

pub use self::config::AuthExtractorConfig;
pub use self::errors::AuthenticationError;