Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 598 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 598 Bytes

FLASK-DANCE

This project shows how to use Flask-Dance to implement OAuth in web application.

https://pusher.com/tutorials/oauth-flask-dance

Getting Started

Clone this repo in a virtualised environment. You can use the following commands to create virtualised environment

pip install virtualenv
mkidr directory_name
virtualenv projectname

Install the following packages to run the app locally

pip install -r requirements.txt

Run the app locally using the command below

export OAUTHLIB_INSECURE_TRANSPORT=1
python app.py