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§
- extractors
- Type-safe authentication information extractors.
- headers
- Typed HTTP headers.
- middleware
- HTTP Authentication middleware.