lazoDev
lazoDev

Reputation: 359

Update Current Jwt Token Expiration on Click Event MVC .NET Core 3.1

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

Answers (1)

Dilip Singh
Dilip Singh

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

Related Questions