Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Security] fix #41891 Save hashed tokenValue in RememberMe cookie#41897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
qurben commentedJun 29, 2021
I am not sure if it is possible to create a test for this. |
chalasr commentedJul 16, 2021
Thanks for fixing this bug@qurben. |
The hashed tokenValue is expected in the RememberMe cookie. This was not the case when this branch was executed.