Add dual authentication (2FA TOTP) to a Blazor application
I thought it was complex and even expensive. It isn’t. Here’s how I added TOTP-style two-factor authentication (2FA) to a Blazor application.👉 Repo GitHub: tossnet/Blazor-2FA …
.NET developer. 💜 Blazor
I thought it was complex and even expensive. It isn’t. Here’s how I added TOTP-style two-factor authentication (2FA) to a Blazor application.👉 Repo GitHub: tossnet/Blazor-2FA …
In a Blazor project, it’s common to use routes for navigating between pages. One interesting approach is to centralize the definition of these routes in …