Blazor-WebAssembly-Authentication-with-ASP.NET-Core-Identity

Blazor WebAssembly Authentication with ASP.NET Core Identity

APACHE-2.0 License

Stars
8
Committers
1

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 -its 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 its a client app in Blazor WebAssembly. Its a frontend app through which user can perform authentication process. This client app calls the server apps 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 !

Related Projects