Skip to content

Upgrade JWT Package #53

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

Merged
merged 2 commits into from
Jun 19, 2022
Merged

Upgrade JWT Package #53

merged 2 commits into from
Jun 19, 2022

Conversation

gogl92
Copy link
Contributor

@gogl92 gogl92 commented May 29, 2022

This old version needs to be upgraded to avoid problems with other dependencies like Laravel Passport.

This old version needs to be upgraded to avoid problems with other dependencies like Laravel Passport.
@marickvantuil
Copy link
Member

It's currently not yet possible to update JWT to 6.x because google/auth (that this package uses to verify OpenID tokens) doesn't yet support JWT 6.x. It was fixed 3 weeks ago, but no version is tagged yet. What problems is this causing?

@gogl92
Copy link
Contributor Author

gogl92 commented Jun 6, 2022

I want to use Laravel 9 in my project but I use Laravel Passport which also uses the JWT package so I'm unable to use both packages due to the difference in versions.

@bshaffer
Copy link

BTW this has now been fixed and tagged in v1.21.1

It is no longer needed to target a specific version as google/auth now supports both 5.x and 6.x of firebase/php-jwt
@marickvantuil marickvantuil merged commit d08f40a into stackkit:master Jun 19, 2022
@marickvantuil
Copy link
Member

Released v3.1.3 with this fix, thanks @gogl92 and @bshaffer!

@gogl92 gogl92 deleted the patch-2 branch June 24, 2022 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants