-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
RememberMeBadge in remember Me Functionality #16149
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ask your questions in |
Is this a question or do you mean some detail is missing in the docs? |
it is not indicated in the documentation that it is necessary to add the 'new RememberMeBadge ()' |
What you say happens when you want to have a custom authentication mechanism. |
@BahmanMD Thank you for this information. I am using a custom authenticator. |
I included a documentation section as suggested in #16161. |
… authenticator (gnito-org) This PR was squashed before being merged into the 5.3 branch. Discussion ---------- [Security] Add remember me description when using custom authenticator This PR solves #16149. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 7c26128 [Security] Add remember me description when using custom authenticator
Hello,
I followed the documentation to set up the remember me functionality and the remember me cookie is not created during authentication if in addition I do not add 'new RememberMeBadge ()' in the authenticate function of the AppCustomAuthenticator .
thank you for your feedback and your actions
The text was updated successfully, but these errors were encountered: