tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.32k stars 1.54k forks source link

Update lcobucci/jwt to ^4.0 #2088

Open AgustinV08 opened 3 years ago

AgustinV08 commented 3 years ago

I'm trying to use the Socialite provider for Apple Sign In using the package socialiteproviders/apple but it requires of the version 4.0 of lcobucci/jwt. Is there a way this package can be updated for both packages work in my laravel project?

vesper8 commented 3 years ago

Exact same issue here.. @tymondesigns can you comment on when you might be able to update lcobucci/jwt ?

@AgustinV08 did you figure out an alternative?

vesper8 commented 3 years ago

I was able to install "socialiteproviders/apple": "^4.1.0", but unsure if this will cause other issues

Only the ^5.0 requires "lcobucci/jwt":"^4.0"

acmitch commented 3 years ago

@tymondesigns :+1: this; needed for Laravel 8

danielendrodi commented 3 years ago

@tymondesigns This needs to be updated to support PHP v8 as well, because "lcobucci/jwt":"3.4" doesn't support it ATM.

crossRT commented 3 years ago

I having the same issue when I want to install socialiteproviders/apple. it would be good if lcobucci/jwt is upgraded

danielendrodi commented 3 years ago

@tymondesigns This needs to be updated to support PHP v8 as well, because "lcobucci/jwt":"3.4" doesn't support it ATM.

This is a very nasty solution for this. composer install --ignore-platform-reqs

ercsctt commented 3 years ago

Also having this issue... it seems there's barely any activity at the moment from @tymondesigns ?