actix-web-httpauth 0.0.1

HTTP authorization schemes for actix-web
Documentation
1
2
3
4
5
6
7
8
extern crate actix_web;
extern crate base64;

mod schemes;
mod errors;

pub use schemes::*;
pub use errors::AuthError;