Dear @explorer14 ,
i have to implement refresh token concept in my asp.net core 3.1 mvc application to avoid the user to relogin after the token expiration.
as my application is server side mvc, i went with cookie based jwt auth implementation, i need your help to implement the refresh token concept in cookie based jwt auth.
kindly help me to achieve this.
thanks in advance!