kesavsivakumar / two-factor-auth-flask

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

Home Page:http://blog.miguelgrinberg.com/post/two-factor-authentication-with-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://blog.miguelgrinberg.com/post/two-factor-authentication-with-flask

License:MIT License


Languages

Language:Python 65.0%Language:HTML 35.0%