From e302820337a9db0afa9b0b0275d336f5dfc92ea5 Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Wed, 11 Sep 2024 15:16:17 -0700 Subject: [PATCH] Add PACKAGE.md --- .../Authentication.Msal/src/PACKAGE.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Components/WebAssembly/Authentication.Msal/src/PACKAGE.md diff --git a/src/Components/WebAssembly/Authentication.Msal/src/PACKAGE.md b/src/Components/WebAssembly/Authentication.Msal/src/PACKAGE.md new file mode 100644 index 000000000000..fbe8963121de --- /dev/null +++ b/src/Components/WebAssembly/Authentication.Msal/src/PACKAGE.md @@ -0,0 +1,21 @@ +## About + +`Microsoft.Authentication.WebAssembly.Msal` provides client-side authentication using Microsoft Authentication Library (MSAL) for Blazor apps running under WebAssembly. + +## How to Use + +To use `Microsoft.Authentication.WebAssembly.Msal`, follow these steps: + +### Installation + +```shell +dotnet add package Microsoft.Authentication.WebAssembly.Msal +``` + +### Usage + +For usage examples and documentation, refer to the [offical documentation](https://learn.microsoft.com/aspnet/core/blazor/security/webassembly) on Blazor WebAssembly security and identity. + +## Feedback & Contributing + +`Microsoft.Authentication.WebAssembly.Msal` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).