1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
2020-01-07 01:00:43 +09:00
.github Update FUNDING.yml 2019-05-24 14:51:13 +03:00
examples Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09:00
src Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09: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 Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09:00
CHANGELOG.md Release 0.3.2 2019-07-19 18:43:36 +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.