Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Tutorial for adding U2F support to an existing sample application, using the Flask microframework

Notifications You must be signed in to change notification settings

dainnilsson/flask-u2f-tutorial

Repository files navigation

                        / MiniTwit U2F Tutorial /

           because security matters!


    ~ What is MiniTwit U2F Tutorial?

      A step-by-step tutorial on adding U2F support to an existing application.
      Starting from the MiniTwit example from the Flask microframework, this
      tutorial shows the steps needed to secur access to user accounts using
      U2F.

    ~ How do I use it?

      1. Follow along the steps in the tutorial/X tags and compare the code
         changes between the tags. If you want to, you can run the code at each
         step to see the changes in action.

      2. To run the project, first install the required dependencies by running:

         $ pip install -r requirements.txt

         Then initialize the database:

         $ python minitwit.py --init-db

         Now run the server:

         $ python minitwit.py

      Update: For a step-by-step deployment guide for Windows, see the
      Flask U2F Tutorial - Deployment Guide.pdf file included in this repository.

About

Tutorial for adding U2F support to an existing sample application, using the Flask microframework

Resources

Stars

Watchers

Forks

Packages

No packages published