Skip to content

Commit ffd5a38

Browse files
Provide Microsoft.AspNetCore.Components.WebAssembly.Authentication package README (#57791)
1 parent 040eba9 commit ffd5a38

File tree

1 file changed

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

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## About
2+
3+
`Microsoft.AspNetCore.Components.WebAssembly.Authentication` provides client-side authentication for Blazor apps running under WebAssembly.
4+
5+
## How to Use
6+
7+
To use `Microsoft.AspNetCore.Components.WebAssembly.Authentication`, follow these steps:
8+
9+
### Installation
10+
11+
```shell
12+
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Authentication
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.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://github.com/dotnet/aspnetcore).

0 commit comments

Comments
 (0)