mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
597 B
597 B
actix-web-httpauth
HTTP authentication schemes for actix-web framework.
All supported schemas are actix Extractors,
and can be used both in middlewares and request handlers, check the examples/
folder.
Supported schemes
* [Basic](https://tools.ietf.org/html/rfc7617)