Reputation: 359
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?
Upvotes: 0
Views: 387
Reputation: 81
You cannot update an existing token you would've to generate a new token everytime.
This question has already been answered here
Upvotes: 1