elmismopancho / TwoStepValidation

A two step validation for Sign In using Google Authenticator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwoStepValidation

A two step validation demo using Google Authenticator algorithm. Built in php + mysql

How to use

First setup a mysql database and complete the array in common.php, then use the file db.sql to import the table. The user flow is the following:

  • First the user creates an account
  • Next, after the user logs in, he can setup the two steps validation. You can try this using Google Authenticator or similar apps like Duo Mobile.
  • Now, when the user logs in, he will be prompted to enter the generated code from the app

Credits

About

A two step validation for Sign In using Google Authenticator


Languages

Language:PHP 79.7%Language:HTML 13.4%Language:JavaScript 6.9%