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.txtto import all the dependencies. - Run the application with
python app.py. - Go to
http://localhost:5000in your address bar to connect to the application.
See my blog post for detailed information on how this application works.