Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
Hi,
Working my way through the Symfony 5.2 security documentation and installation process I've found an issue that took me a couple of hours to figure out.
https://symfony.com/doc/current/security/remember_me.html
The remember me functionality described above should mention that for this to work theLoginFormAuthenticator (created viamake) should add aRememberMeBadge to thePassport in theauthenticate function.
I've only figured this out after looking at the logs, finding the message saying that remember me was skipped and then searching the source for that message, and what was causing it.