-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
SecurityhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
In authentication-guard-methods.svg
on https://symfony.com/doc/current/security/guard_authentication.html#the-guard-authenticator-methods there is a minor error:
supportsRememberMe
is not called in any case (as the picture suggests), but only if remember_me
is configured for the firewall in security.yaml
.
I'd suggest to add a note in parentheses, e.g.:
(if
remember_me
is configured)
Metadata
Metadata
Assignees
Labels
SecurityhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.