Checking that token is expired #433
fade2black
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thinking about Version 3.0. Changing the api to use methods like That gives us the space to implement a method like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Why not add a new method like
JWT.expired?(token)
? Otherwise we have to decode the token which raises exception. But with such a method we could check from anywhere whether or not a token is expired. I already read this discussion #124.Beta Was this translation helpful? Give feedback.
All reactions