Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankitsharma-007/aspcore.two-factor-authentication
- Owner: AnkitSharma-007
- Created: 2018-03-22T16:29:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T07:06:51.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T12:32:49.693Z (4 months ago)
- Topics: ankit-sharma, asp-net-core, authentication, google-authenticator, two-factor-authentication, visual-studio
- Language: C#
- Size: 1.31 MB
- Stars: 41
- Watchers: 6
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/