Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
$ dotnet add package Microsoft.AspNetCore.Components.WebAssembly.AuthenticationMicrosoft.AspNetCore.Components.WebAssembly.Authentication provides client-side authentication for Blazor apps running under WebAssembly.
To use Microsoft.AspNetCore.Components.WebAssembly.Authentication, follow these steps:
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Authentication
For usage examples and documentation, refer to the offical documentation on Blazor WebAssembly security and identity.
Microsoft.AspNetCore.Components.WebAssembly.Authentication is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.