mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
prepare actix-web-httpauth release 0.6.0-beta.4
This commit is contained in:
parent
0b4a4eeff6
commit
551cbfb113
@ -1,6 +1,14 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.6.0-beta.4 - 2021-11-22
|
||||
* impl `AuthExtractor` trait for `Option<T: AuthExtractor>` and `Result<T: AuthExtractor, T::Error>`. [#205]
|
||||
|
||||
[#205]: https://github.com/actix/actix-extras/pull/205
|
||||
|
||||
|
||||
* impl `AuthExtractor` trait for `Option<T: AuthExtractor>` and `Result<T: AuthExtractor, T::Error>`. [#205]
|
||||
|
||||
[#205]: https://github.com/actix/actix-extras/pull/205
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.6.0-beta.3"
|
||||
version = "0.6.0-beta.4"
|
||||
authors = [
|
||||
"svartalf <self@svartalf.info>",
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web).
|
||||
|
||||
[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth)
|
||||
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.3)](https://docs.rs/actix-web-httpauth/0.6.0-beta.3)
|
||||
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.4)](https://docs.rs/actix-web-httpauth/0.6.0-beta.4)
|
||||
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
|
||||
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.3/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.3)
|
||||
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.4/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.4)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user