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
Description
Applications configuring a guard authenticator exit with an exception after upgrading to the HEAD of the 2.8/3.4 branch.
In AbstractRecursivePass.php line 162:
[Symfony\Component\DependencyInjection\Exception\RuntimeException]
Invalid service "security.authentication.listener.guard.main": method "Symfony\Component\Securit
y\Guard\Firewall\GuardAuthenticationListener::setSessionAuthenticationStrategy()" does not exist
.
How to reproduce
Just configure any guard authenticator on a new Symfony project.