Documentation / tutorial on securing a Blazor Server App with Auth0
I have been following this tutorial on Blazor Wasm:
It would be extremely useful to have the same but for Blazor Server
There are a lot of C# developers starting to develop Blazor Server apps to replace legacy line of business applications. The documnetation for this using Azure B2C is very poor. You could make Auth0 the goto authentication method for Blazor Server
Sorry, I use the exact same method on WASM logout and .net 7.0 in two places. It still log out twice sometimes
Can you suggest what is wrong with my code?
Thanks.