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
I'm migrating to 2.8 but this deprecation warning keeps even when I update my custom authenticator, I think that this is because the new SimplePreAuthenticatorInterface extends the old one. This is intended?
The AppBundle\Security\Authentication\SessionAuthenticator class implements Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface that is deprecated Since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
The text was updated successfully, but these errors were encountered:
Hi there!
I'm migrating to 2.8 but this deprecation warning keeps even when I update my custom authenticator, I think that this is because the new SimplePreAuthenticatorInterface extends the old one. This is intended?
The text was updated successfully, but these errors were encountered: