1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
2018-09-08 10:44:39 +03:00
examples Update actix-web to 0.7. (Closes #4) 2018-09-08 10:27:21 +03:00
src Account for joining ':' in basic auth (#2) 2018-07-01 16:25:00 +03:00
.gitignore Initial commit 2018-05-20 12:59:41 +03:00
.travis.yml Bearer auth 2018-05-30 16:43:39 +03:00
Cargo.toml Bumping version since actix-web dependency version had changed 2018-09-08 10:40:37 +03:00
CHANGELOG.md Update CHANGELOG.md 2018-09-08 10:44:39 +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 Bearer auth 2018-05-30 16:43:39 +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