关于[Blazor WebAssembly Authentication with ASP.NET Core Identity]的摘要:
In this article, we are going to learn about creating the Blazor WebAssembly Authentication mechanism and how to implement it on both server and client sides. In one of the previous articles, we have implemented the test AuthenticationStateProvider class with all the required functionalities for the authentication mechanism to work. That article is strongly related to this one, so we recommend reading it if you haven’t already. Of course, we don’t want the test class for the authentication functionality. So, we are going to replace it with the real AuthenticationStateProvider implementation.
原文地址: https://code-maze.com/blazor-webassembly-authentication-aspnetcore-identity/