Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,626 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I would like to refresh an access_token using a refresh_token in a Blazor WebAssembly app in the background without the user involved.
Also I want to know if this is a common use case or not?
Thank you,
Marco