1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00
Go to file
2018-06-18 10:21:20 +03:00
examples Bearer auth 2018-05-30 16:43:39 +03:00
src Add test and fix for panic in Bearer::to_bytes (#1) 2018-06-18 10:21:20 +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 Bearer auth 2018-05-30 16:43: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