We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I’d love an example with a refresh token also!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: