This repository contains the example application for my Two Factor Authentication with Flask blog article.
To install your application on your computer follow these steps:
- Clone this repository.
- Create a virtual environment and activate it.
- Run
pip install -r requirements.txt
to import all the dependencies. - Run the application with
python app.py
. - 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.