mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
examples | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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.