mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
align descriptions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# actix-web-httpauth
|
||||
|
||||
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web).
|
||||
> HTTP authentication schemes for [Actix Web](https://actix.rs).
|
||||
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth/0.8.0)
|
||||
@ -13,6 +13,7 @@
|
||||
- Minimum Supported Rust Version (MSRV): 1.57
|
||||
|
||||
## Features
|
||||
|
||||
- Typed [Authorization] and [WWW-Authenticate] headers
|
||||
- [Extractors] for authorization headers
|
||||
- [Middleware] for easier authorization checking
|
||||
@ -20,10 +21,10 @@
|
||||
All supported schemas can be used in both middleware and request handlers.
|
||||
|
||||
## Supported Schemes
|
||||
|
||||
- [HTTP Basic](https://tools.ietf.org/html/rfc7617)
|
||||
- [OAuth Bearer](https://tools.ietf.org/html/rfc6750)
|
||||
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
[Authorization]: https://docs.rs/actix-web-httpauth/*/actix_web_httpauth/headers/authorization/index.html
|
||||
|
Reference in New Issue
Block a user