1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-web-httpauth
Rob Ede ff06958b32
improve httpauth ergonomics (#264)
* improve httpauth ergonomics

* update changelog

* code and docs cleanup

* docs

* docs clean

* remove AuthExtractor trait

* update changelog
2022-07-21 02:50:22 +01:00
..
examples fix: broken stream when authentication failed (#260) 2022-07-19 01:40:01 +01:00
src improve httpauth ergonomics (#264) 2022-07-21 02:50:22 +01:00
Cargo.toml improve httpauth ergonomics (#264) 2022-07-21 02:50:22 +01:00
CHANGES.md improve httpauth ergonomics (#264) 2022-07-21 02:50:22 +01:00
LICENSE-APACHE merge project metadata 2020-01-30 00:31:25 +00:00
LICENSE-MIT merge project metadata 2020-01-30 00:31:25 +00:00
README.md prepare actix-web-httpauth release 0.7.0 2022-07-19 01:52:04 +01:00

actix-web-httpauth

HTTP authentication schemes for actix-web.

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status

Documentation & Resources

Features

All supported schemas can be used in both middleware and request handlers.

Supported Schemes