-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Using lcobucci/jwt v4.0 breaks iat claim #824
Comments
Thank you for the report, I'm going to release a fix for this in the next couple of days. |
Similar issue over here: the problem happens in LexikJWTAuthenticationBundle/Services/JWSProvider/LcobucciJWSProvider.php Lines 100 to 144 in f6c0d9a
Specifically, this line leads to the crash:
If A relatively simplistic way to verify this is by decoding a token, extracting its data (which will contain |
Thanks for the helpful details. Fix released in v2.10.6 |
Thanks @chalasr \o/ |
I think this issued could be almost the same as #803
Gives
Builder#withClaim() is meant to be used for non-registered claims, check the documentation on how to set claim "iat"
The text was updated successfully, but these errors were encountered: