Skip to content

Fork of Miquel Grinberg's app for "Two Factor Authentication with Flask" blog article, modified for practical use.

License

Notifications You must be signed in to change notification settings

llivejo/two-factor-auth-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Factor Authentication with Flask

This repository contains the example application for Miguel Grinberg's 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 blog post for detailed information on how this application works.

About

Fork of Miquel Grinberg's app for "Two Factor Authentication with Flask" blog article, modified for practical use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.1%
  • HTML 34.9%