wb-oauth
Description
A simple Flask application that uses GitHub to register new users, stores their details in a SQLite database and allows them to edit their bio or delete their account.
Installation
git clone https://github.com/jackwsellers/wb-oauth.git
cd wb-oauth
virtualenv appenv
source appenv/bin/activate
pip install -r requirements.txt
cd app
python app.py