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 13:54:46 +09: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 Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09: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 Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
CHANGELOG.md Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
LICENSE-APACHE Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
LICENSE-MIT Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
README.md Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09: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