I\'m trying to find docs on the blazor server side equivalent of asp.net core authorization policies, but can\'t seem to find anything.
Can someone tell me what the mech
With .NET Core 3.1 having been in production now for several months, there are a lot of problems with the Server-Side use of ASP.NET Core Identity.
Here is an excellent post I came across a couple of days ago, and has helped me implement Authentication and Authorisation in Blazor Server...
Blazor Server Identity Interop