File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2022-xx-xx
4
+
5
+
6
+ ## 0.8.0 - 2022-07-21
4
7
- Removed ` AuthExtractor ` trait; implement ` FromRequest ` for your custom auth types. [ #264 ]
5
8
- ` BasicAuth::user_id() ` now returns ` &str ` . [ #249 ]
6
9
- ` BasicAuth::password() ` now returns ` Option<&str> ` . [ #249 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-web-httpauth"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [
5
5
6
6
" Yuki Okushi <[email protected] >" ,
Original file line number Diff line number Diff line change 3
3
> HTTP authentication schemes for [ actix-web] ( https://github.com/actix/actix-web ) .
4
4
5
5
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-web-httpauth?label=latest )] ( https://crates.io/crates/actix-web-httpauth )
6
- [ ![ Documentation] ( https://docs.rs/actix-web-httpauth/badge.svg?version=0.7 .0 )] ( https://docs.rs/actix-web-httpauth/0.7 .0 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-web-httpauth/badge.svg?version=0.8 .0 )] ( https://docs.rs/actix-web-httpauth/0.8 .0 )
7
7
![ Apache 2.0 or MIT licensed] ( https://img.shields.io/crates/l/actix-web-httpauth )
8
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-web-httpauth/0.7 .0/status.svg )] ( https://deps.rs/crate/actix-web-httpauth/0.7 .0 )
8
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-web-httpauth/0.8 .0/status.svg )] ( https://deps.rs/crate/actix-web-httpauth/0.8 .0 )
9
9
10
10
## Documentation & Resources
11
11
You can’t perform that action at this time.
0 commit comments