Skip to content

Ahmad-Alawad/simple-auth-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple App to test two-factor authentication

This application was created to implement the two-factor authentication for Twilio API Authy library. It used Flask framework in Python for the backend along with PostgreSQL database. For the frontend, it uses HTML5 along with CSS3/Bootstrap.

IMPORTANT NOTES

Getting Started

To run this application on your local machine:

git clone this repository on your machine.

Make a virtual environment for this project and install the dependencies:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Create the model:

python model.py

Run the server:

python server.py

Open the application in your browser:

Type: 0.0.0.0:5001 and hit Enter

Using the Application

After you open the application in your broswer, you can try it following these steps:

  • In the home page, you first need to # as a new user. After signing up, the application directs you back to homepage to #.
  • Enter your email and password you used to #, and click "#".
  • The application will take you to the first authentication page, enter your phone number and country code (1 for USA, 61 for Australia, 971 for UAE, etc.) the click "Send Code".
  • The application will take you to the authentication page.
  • You will receive a seven digits security code (named JadoPado security code) on your phone. Enter the code to the input box and click "Verify".
  • The application will take you back to the homepage and you will see a message that says "Logged in successfully!".

About

Two-Factor Authentication App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published