actix-web-httpauth 0.8.2

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

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

pub use self::{config::AuthExtractorConfig, errors::AuthenticationError};