Token decode to check expired token (JWT) #175
aascagarwal
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggestion: The token contains the time stamp for start and end ('iat': 1621506724, 'exp': 1621507624) of token validation, this can help in invalid token check without calling the beneficiary api everytime
use pyjwt
Also this will allow to regenerate the otp automatically just before expiration (if auto is selected)
Beta Was this translation helpful? Give feedback.
All reactions