mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
session, redis, and httpauth pre-v4 releases (#162)
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2020-xx-xx
|
||||
|
||||
|
||||
## 0.5.1 - 2020-03-21
|
||||
* Correct error handling when extracting auth details from request. [#128]
|
||||
|
||||
[#128]: https://github.com/actix/actix-web-httpauth/pull/128
|
||||
[#128]: https://github.com/actix/actix-extras/pull/128
|
||||
|
||||
|
||||
## 0.5.0 - 2020-09-11
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = [
|
||||
"svartalf <self@svartalf.info>",
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||
@ -22,7 +22,7 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", default_features = false }
|
||||
base64 = "0.13"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-cors = "0.5"
|
||||
|
@ -2,12 +2,15 @@
|
||||
|
||||
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web).
|
||||
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.5.0)
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth/0.5.1)
|
||||

|
||||
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.5.1)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
- [API Documentation](https://docs.rs/actix-cors)
|
||||
- Minimum Supported Rust Version (MSRV): 1.42.0
|
||||
|
||||
## Features
|
||||
- Typed [Authorization] and [WWW-Authenticate] headers
|
||||
|
Reference in New Issue
Block a user