-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Fix support for lcobucci/jwt v3.4 and 4.0 #797
Conversation
I'm going to merge this one in order to fix some openssl-related issues on PHP 8. |
@chalasr have you considered the usage of the configuration object? That removes the need for method_exists() checks you're using here. You'd need to change the requirements to |
Here's an example thephpleague/oauth2-server#1146 |
@lcobucci Thanks for the link, that should simplify things considerably indeed. |
Sounds like a plan then! Feel free to ping me on the upcoming one and thanks for your work! |
Thanks for your great work on lcobucci/jwt, the new API is definitely worth the hassle. |
This PR was merged into the 1.8 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | License | MIT Fixed after this PR: lexik/LexikJWTAuthenticationBundle#797 And new LexikJWTAuthenticationBundle tag v2.10.1 <!-- - Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible) - Features and deprecations must be submitted against the master branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- 8de9f22 Remove lcobucci/jwt v3.4 conflict
Fixes #795
Fixes #793