Skip to content

B1gG/two-factor-auth-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.0%
  • HTML 35.0%