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
Symfony version(s) affected: 5.2.0 5.2-RC2 was not affected
Description
Using the new authenticator-based security,
and a custom authenticator (which extends AbstractAuthenticator),
users get this error after login: Call to a member function getUserLoader() on null
This is caused by PasswordMigratingListener, being triggered automatically since #39213, to assume than every Passport contains an UserBadge. This is nor documented (here) nor enforced by UserPassportInterface, so I believe it should be tested.