Monday, March 26, 2018

ASP.NET Core - Two Factor Authentication Using Google Authenticator

We will generate a QR code in our ASP.NET Core application and use it to configure Google Authenticator app in our smartphone which will generate a six-digit time-based one-time password (TOTP) to implement two-factor authentication in our web application.

source https://www.c-sharpcorner.com/article/asp-net-core-two-factor-authentication-using-google-authenticator/

No comments:

Post a Comment