1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/README.md
2018-05-20 22:10:48 +03:00

597 B

actix-web-httpauth

Build Status Docs Crates.io

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)