Crate actix_web_httpauth
source ·Expand description
HTTP authentication schemes for Actix Web.
Provides:
- Typed Authorization and WWW-Authenticate headers
- Extractors for an Authorization header
- Middleware for easier authorization checking
Supported schemes
Modules
Type-safe authentication information extractors.
Typed HTTP headers.
HTTP Authentication middleware.