actix-web-security 0.1.2

Basic-Auth / OAuth2 easy-to-use authentication modules for actix web
Documentation
1
2
3
4
//! The error module provides error types and error handling functionality.

pub mod error_handler;
pub mod error_type;