Blazor Authentication with ASP.NET Core Identity, Jwt, custom database and user interface

This post cover Blazor WebAssembly Authentication with some customizations, allow full control over authentication process. UPDATE 28/06/2021 – Project updated and published on GitHub: https://github.com/CodeDesignTips/CustomBlazorAuthentication The main reason i design this authentication is because the default authentication on Blazor (Identity server 4) had some drawbacks: Does not allow integrate custom Read more…