So is it possible to use the Identity System which we can use in other ASP.Net Core applications in a Blazor server-side application and if yes, are there any drawbacks? I am asking since I literally couldn't find anything or very little information about authentication in general.
1 Answers
1
votes
Asp.NET Core 3-preview6 just released a few hours ago and it has integrated authentication support for blazorserverside
apps.
You can find details in the release notes: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-6/