AuthenticationWithClientSideBlazor icon indicating copy to clipboard operation
AuthenticationWithClientSideBlazor copied to clipboard

Access token and Refresh token handling

Open nandhakumargdr opened this issue 5 years ago • 1 comments

Hello Chris sanity,

Will be very helpful if you can update a feature of handling Access and refresh token

Access token is short lived and when it expires user is no more authenticated and there is situation of re-login required.

By providing refresh token to get access token again would resolve the re-login problem.

There are many examples out to do the web api to renew access token by providing refresh token

https://github.com/nandhakumargdr/RefreshTokensWebApiExample

But not for Blazor client with best practice and minimal work.

I can make a pull request for webapi side.

Blazer not much idea.

nandhakumargdr avatar Sep 07 '19 07:09 nandhakumargdr

I’d love an example with a refresh token also!

DanielFawcett avatar Mar 24 '20 21:03 DanielFawcett