Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/Components/WebAssembly/Authentication.Msal/src/PACKAGE.md
Original file line number Diff line number Diff line change
@@ -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).