-
Notifications
You must be signed in to change notification settings - Fork 10k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide
Microsoft.AspNetCore.Components.WebAssembly.Authentication
…
…package README (#57791)
- Loading branch information
1 parent
040eba9
commit ffd5a38
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/Components/WebAssembly/WebAssembly.Authentication/src/PACKAGE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://github.com/dotnet/aspnetcore). |