mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
Clean up READMEs
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.4.0)
|
||||

|
||||
[](https://codecov.io/gh/actix/actix-web-httpauth)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
@ -15,7 +13,7 @@ Provides:
|
||||
* [extractors] for an [Authorization] header
|
||||
* [middleware] for easier authorization checking
|
||||
|
||||
All supported schemas are actix [Extractors](https://docs.rs/actix-web/1.0.0/actix_web/trait.FromRequest.html),
|
||||
All supported schemas are actix [Extractors](https://docs.rs/actix-web/2.0.0/actix_web/trait.FromRequest.html),
|
||||
and can be used both in the middlewares and request handlers.
|
||||
|
||||
## Supported schemes
|
||||
|
Reference in New Issue
Block a user