Use Refresh Token to renew Access Token and resend all unauthorized (401) requests that failed after the token has expired
Jul 23, 2017 · 3 min read
Recently I was working on application which required using refresh token for renewing expired Access Token. First let me introduce you with this application. It is SPA (single page application) that uses .Net Core for MVC Client (returning the initial view) and AngularJS as frontend solution. This application is provided with resources from REST API implemented in .Net Core. The REST API is secured with token based authentication provided by Identity…

