Example of a Web Api built using ASP.NET Core that uses refresh tokens to keep the user signed in.
To find out more about using Refresh and JSON Web Tokens in ASP.NET Core read the blog post for which this repo is the sample project.
An example project for using refresh and jwt token in an ASP.NET Core Web Api project
C#MIT
Example of a Web Api built using ASP.NET Core that uses refresh tokens to keep the user signed in.
To find out more about using Refresh and JSON Web Tokens in ASP.NET Core read the blog post for which this repo is the sample project.