/RefreshTokensWebApiExample

An example project for using refresh and jwt token in an ASP.NET Core Web Api project

Primary LanguageC#MIT LicenseMIT

Refresh Tokens in ASP.NET Web Api Core Demo Project

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.