Replies: 1 comment
-
jwt tokens are juste base64 encoded, so you could use another function than the one from lexik |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing a case where it would be very useful for me to be able to get my JWT token payload even when it is expired.
Right now, if I to do so, it throws a
JWTDecodeFailureException::EXPIRED_TOKEN
I've found an old issue about it here mentioning this issue, but there the code snippet lacks of references (for instance, the "use" part)
#37
Beta Was this translation helpful? Give feedback.
All reactions