Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 735 Bytes

Two Factor Authentication with Flask

This repository contains the example application for my Two Factor Authentication with Flask blog article.

Installation

To install your application on your computer follow these steps:

  1. Clone this repository.
  2. Create a virtual environment and activate it.
  3. Run pip install -r requirements.txt to import all the dependencies.
  4. Run the application with python app.py.
  5. Go to http://localhost:5000 in your address bar to connect to the application.

See my blog post for detailed information on how this application works.