1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
2018-05-23 15:31:14 +03:00
examples Working version of the BasicAuth 2018-05-23 15:31:14 +03:00
src Working version of the BasicAuth 2018-05-23 15:31:14 +03:00
.gitignore Initial commit 2018-05-20 12:59:41 +03:00
.travis.yml Initial commit 2018-05-20 12:59:41 +03:00
Cargo.toml Working version of the BasicAuth 2018-05-23 15:31:14 +03:00
LICENSE-APACHE Initial commit 2018-05-20 12:59:41 +03:00
LICENSE-MIT Initial commit 2018-05-20 12:59:41 +03:00
README.md Fixing link to HTTP Basic authentication RFC7617 2018-05-20 22:15:59 +03:00

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