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
thrownewBadCredentialsException(sprintf('Authentication failed security badge "%s" is not resolved, did you forget to register the correct listeners?', \get_class($badge)));
}
}
}
should be part of the PassportInterface contract, instead of leveraging eg. AuthenticatorManagerInterface 🤔
can a passport really be self-checking in that regard? is it an implementation detail of the manager?