AuthenticationWithClientSideBlazor
AuthenticationWithClientSideBlazor copied to clipboard
Access token and Refresh token handling
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.
I’d love an example with a refresh token also!