1
0
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:
Mike Cronce
2022-07-18 21:33:32 -04:00
committed by GitHub
parent fbae63d07f
commit 140453c649
2 changed files with 8 additions and 4 deletions

View File

@ -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