项目作者: sch-sdgs

项目描述 :
A python API and portal for the New Born Screening project at SDGS
高级语言: Python
项目地址: git://github.com/sch-sdgs/SDGSNewBornScreeningPortal.git
创建时间: 2017-09-08T13:10:43Z
项目社区:https://github.com/sch-sdgs/SDGSNewBornScreeningPortal

开源协议:MIT License

下载


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.