mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 14:55:56 +01:00
55ace79d64
* implement `From<Basic>` for `BasicAuth` * update changelog --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
actix-web-httpauth
HTTP authentication schemes for Actix Web.
Documentation & Resources
- API Documentation
- Minimum Supported Rust Version (MSRV): 1.57
Features
- Typed Authorization and WWW-Authenticate headers
- Extractors for authorization headers
- Middleware for easier authorization checking
All supported schemas can be used in both middleware and request handlers.