-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove SimplePreAuthenticatorInterface? #80
Comments
@darthf1 - Is that something you can do in your app or does it have to be removed from the library itself? I'm fine with deprecating it now but it will need to be a major release to remove it completely. |
I think this can be closed as i have no issues with SF 5.0 |
@darthf1 I know this is old, but could you please share your solution? the |
@gigo6000 I have |
@darthf1 that's weird, I guess you're using a different authenticator, could you share your |
I realized there's actually a guard authenticator included in the bundle: https://github.com/auth0/jwt-auth-bundle/blob/master/src/Security/Guard/JwtGuardAuthenticator.php, and the service id is |
@gigo6000 thanks so much for your message. I wish that would be written in the doc for this package (which is missing) |
Thanks for merging #75!
Looking at the logs, I still get the following deprecation message:
The "Auth0\JWTAuthBundle\Security\JWTAuthenticator" class implements "Symfony\Component\Security\Http\Authentication\SimplePreAuthenticatorInterface" that is deprecated since Symfony 4.2, use Guard instead.
Since
Guard
is supported since SF 2.8, and the current latest supported release is 3.4.31, is it possible to remove the SimplePreAuth implementation alltogether?The text was updated successfully, but these errors were encountered: