-
Notifications
You must be signed in to change notification settings - Fork 108
bump to php-jwt 6.2 and remove temporary/deprecated code #507
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good if we can get the lint error fixed up.
I'm surprised that this didn't break any tests, given the breaking change in |
Me too. Good thing that we have static analysis 🙂. Also this will be a breaking change for users and even a minor version bump will not be enough IMO. The JWT authentication will simply break unless users upgrade the |
Docs should be updated as part of this, especially since this PR: #531 |
I've updated this PR. I merged 2.x into 2.next as 2.next was several commits behind. As suggested by @ADmad should this become v 3.0 instead ? |
ac6f069
to
fd63425
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this would be a new major release, potentially along with changes in #535.
@markstory ping |
No description provided.