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
The latest preview -6 of .NET Core 3 has introduced authentication and authorization for server-side Blazor. Refer to https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-6/ I have also created an application which implements Google authentication in a Blazor app. You can check it at https://github.com/AnkitSharma-007/Google-Authentication-with-server-side-Blazor