0

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?

lazoDev
  • 349
  • 1
  • 4
  • 19

1 Answers1

1

You cannot update an existing token you would've to generate a new token everytime.

This question has already been answered here