Skip to content

Commit

Permalink
Provide Microsoft.AspNetCore.Components.WebAssembly.Authentication
Browse files Browse the repository at this point in the history
…package README (#57791)
  • Loading branch information
MackinnonBuck authored Sep 11, 2024
1 parent 040eba9 commit ffd5a38
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## About

`Microsoft.AspNetCore.Components.WebAssembly.Authentication` provides client-side authentication for Blazor apps running under WebAssembly.

## How to Use

To use `Microsoft.AspNetCore.Components.WebAssembly.Authentication`, follow these steps:

### Installation

```shell
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Authentication
```

### 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.AspNetCore.Components.WebAssembly.Authentication` 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:/dotnet/aspnetcore).

0 comments on commit ffd5a38

Please sign in to comment.