1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
Masaki Hara 4eeb1d9599 Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11)
* Tighten HttpAuthentication::with_fn bound from FnMut to Fn.
* Add middleware with closure example.
2019-07-19 18:34:59 +03:00
.github Update FUNDING.yml 2019-05-24 14:51:13 +03:00
examples Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11) 2019-07-19 18:34:59 +03:00
src Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11) 2019-07-19 18:34:59 +03:00
.editorconfig Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +03:00
.gitignore Initial commit 2018-05-20 12:59:41 +03:00
.travis.yml Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +03:00
Cargo.toml Fixing the middleware multiple calls panic 2019-06-08 23:56:50 +03:00
CHANGELOG.md Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +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 the middleware multiple calls panic 2019-06-08 23:56:50 +03:00
rustfmt.toml Experimental middleware for HTTP auth -- alpha.2 version 2019-05-17 17:28:57 +03:00

actix-web-httpauth

Latest Version Latest Version dependency status Build Status Apache 2.0 OR MIT licensed

HTTP authentication schemes for actix-web framework.

Provides:

  • typed [Authorization] and [WWW-Authenticate] headers
  • [extractors] for an [Authorization] header
  • [middleware] for easier authorization checking

All supported schemas are actix Extractors, and can be used both in the middlewares and request handlers.

Supported schemes

Donations

If you appreciate my work and want to support me, you can do it here.