mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
Return &str
from BasicAuth::user_id()
and BasicAuth::password()
(#249)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2022-xx-xx
|
||||
- `BasicAuth::user_id()` now returns a `&str`. [#249]
|
||||
- `BasicAuth::password()` now returns a `&str`. [#249]
|
||||
|
||||
[#249]: https://github.com/actix/actix-extras/pull/249
|
||||
|
||||
|
||||
## 0.7.0 - 2022-07-19
|
||||
|
Reference in New Issue
Block a user