Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitsharma-007/aspcore.two-factor-authentication

Perform two factor authentication in an ASP.NET core application using Google Authenticator app
https://github.com/ankitsharma-007/aspcore.two-factor-authentication

ankit-sharma asp-net-core authentication google-authenticator two-factor-authentication visual-studio

Last synced: 4 months ago
JSON representation

Perform two factor authentication in an ASP.NET core application using Google Authenticator app

Awesome Lists containing this project

README

        

# ASPCore.Two-Factor-Authentication
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.
# Read full article at
http://ankitsharmablogs.com/asp-net-core-two-factor-authentication-using-google-authenticator/