Skip to content

Provide Microsoft.Authentication.WebAssembly.Msal package README #57818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2024
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).
Loading