Dear All,
I hope you are doing well, I was developing one project using ASP .Net MVC 5 with WEB Api and Angular 8.
I have implemented partially jwt token (Acceess Token) using JwtSecurityTokenHandler but I don't know how to create a Refresh token.
Next problem is one of my friend is going to gievn me Refresh Token then I need to create Access Token.
Please let me know If any one have solution on it. I am not using Entity Framework in .Net.
Thanking you in advance.
Jaimin ShethiyaPosted Mar 17, 2020, 12:22 AM
Please check the below link for generate the Access token using referesh token in JWT.
https://medium.com/quick-code/jwt-access-and-refresh-token-with-vapor-3-85a0aee5291b
https://valor-software.com/articles/json-web-token-authorization-with-access-and-refresh-tokens-in-angular-application-with-node-js-server.html
Thanks