1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

add optional auth extractor implement. (#205)

This commit is contained in:
fakeshadow
2021-10-27 04:10:22 +08:00
committed by GitHub
parent 477b0f8f06
commit 07deaadd7b
4 changed files with 126 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* impl `AuthExtractor` trait for `Option<T: AuthExtractor>` and `Result<T: AuthExtractor, T::Error>`. [#205]
[#205]: https://github.com/actix/actix-extras/pull/205
## 0.6.0-beta.3 - 2021-10-21