Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogyogi/blazor-webassembly-authentication-with-asp.net-core-identity
Blazor WebAssembly Authentication with ASP.NET Core Identity
https://github.com/yogyogi/blazor-webassembly-authentication-with-asp.net-core-identity
asp-net-core asp-net-core-identity authentication blazor blazor-webassembly
Last synced: about 2 months ago
JSON representation
Blazor WebAssembly Authentication with ASP.NET Core Identity
- Host: GitHub
- URL: https://github.com/yogyogi/blazor-webassembly-authentication-with-asp.net-core-identity
- Owner: yogyogi
- License: apache-2.0
- Created: 2024-07-09T18:49:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T19:19:39.000Z (6 months ago)
- Last Synced: 2024-11-07T11:03:15.215Z (about 2 months ago)
- Topics: asp-net-core, asp-net-core-identity, authentication, blazor, blazor-webassembly
- Language: C#
- Homepage: https://www.yogihosting.com/blazor-webassembly-authentication-aspnet-core-identity/
- Size: 39.1 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor WebAssembly Authentication with ASP.NET Core Identity
Blazor WebAssembly apps can be secured with ASP.NET Core Identity. We can provide login and logout feature for users through Identity so that only authenticated users are allowed to access the Blazor WebAssembly app.The complete tutorial is provided at - Blazor WebAssembly Authentication with ASP.NET Core Identity.
# Features
1. AuthServer -it’s a server app in ASP.NET Core MVC that will have ASP.NET Core Identity implemented in it. It will allow Blazor WebAssembly app to perform authentication feature by calling login endpoints. On successful login an Identity Cookie is stored for the client.
2. BWClient – it’s a client app in Blazor WebAssembly. It’s a frontend app through which user can perform authentication process. This client app calls the server app’s endpoints to perform login, login, registration and other tasks.The whole working process is explained in the below image:
## Support
Your support of every $5 will be a great reward for me to carry on my work. Thank you !