All Projects → miguelgrinberg → Two Factor Auth Flask

miguelgrinberg / Two Factor Auth Flask

Licence: mit
Example application for my "Two Factor Authentication with Flask" blog article.

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].