Is there a way to update the current Jwt token expiration time on event? I have a modal that warn the user their token is going to expire and they need to click a button to extend that time. Is there a way to extend the current Jwt Token expire time without t he use of a refresh token or on event?
Asked
Active
Viewed 337 times
0
-
Seems can't, the original token can not be changed after it is generated. – mj1313 Aug 19 '20 at 07:13
1 Answers
1
You cannot update an existing token you would've to generate a new token everytime.
This question has already been answered here

Dilip Singh
- 81
- 7