Skip to content

Commit 6b6f5a2

Browse files
Provide Microsoft.Authentication.WebAssembly.Msal package README (#57818)
1 parent 5535a79 commit 6b6f5a2

File tree

1 file changed

+21
-0
lines changed
  • src/Components/WebAssembly/Authentication.Msal/src

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## About
2+
3+
`Microsoft.Authentication.WebAssembly.Msal` provides client-side authentication using Microsoft Authentication Library (MSAL) for Blazor apps running under WebAssembly.
4+
5+
## How to Use
6+
7+
To use `Microsoft.Authentication.WebAssembly.Msal`, follow these steps:
8+
9+
### Installation
10+
11+
```shell
12+
dotnet add package Microsoft.Authentication.WebAssembly.Msal
13+
```
14+
15+
### Usage
16+
17+
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.
18+
19+
## Feedback & Contributing
20+
21+
`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).

0 commit comments

Comments
 (0)