1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
Yuki Okushi c4b3ef64c2
Prepare release for 0.4.0 (#21)
* Prepare release for 0.4.0

* Update CHANGELOG.md
2020-01-15 00:03:23 +09:00
.github/workflows Cache build to decrease CI time (#17) 2020-01-09 17:51:53 +09:00
examples Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09:00
src Make the lint stricter (#20) 2020-01-14 13:31:20 +09:00
.editorconfig Update bytes to 0.5 and base64 to 0.11 (#18) 2020-01-10 05:57:42 +09:00
.gitignore Initial commit 2018-05-20 12:59:41 +03:00
Cargo.toml Prepare release for 0.4.0 (#21) 2020-01-15 00:03:23 +09:00
CHANGELOG.md Prepare release for 0.4.0 (#21) 2020-01-15 00:03:23 +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 Prepare release for 0.4.0 (#21) 2020-01-15 00:03:23 +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