You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#50694 [SecurityBundle] Remove last usages of tag security.remember_me_aware (alamirault)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[SecurityBundle] Remove last usages of tag `security.remember_me_aware`
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
`security.remember_me_aware` was deprecated in 5.4 an tag was removed in 6.0 branch.
This PR remove last references still remaining in source code.
Original issue on [symfony-docs](symfony/symfony-docs#18242)
Friendly cc `@wouterj`
Commits
-------
e34097d [SecurityBundle] Remove last usages of tag `security.remember_me_aware`
if (str_starts_with($serviceId, 'security.context_listener')) {
117
-
continue;
118
-
}
119
-
120
-
thrownew \LogicException(sprintf('Symfony Authenticator Security dropped support for the "security.remember_me_aware" tag, service "%s" will no longer work as expected.', $serviceId));
0 commit comments