
How to Use Refresh Tokens in ASP.NET Core APIs - JWT Authentication
In our previous article, we learned about Securing ASP.NET Core API with JWT Authentication. Now, let's go through Refresh Tokens in ASP.NET Core APIs that use JWT Authentication. We'll be using the codebase that we built in the previous article and add functionalities that support Refreshing JWT Tokens.