Skip to content

mikeabrahamsen/flask-dance-digitalocean-oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-dance-digitalocean-oauth-example

Example of how to use Oauth with Digital Ocean and Flask-Dance

Add Necessary Environment Variables

The easiest way to do this is copy .env.example to .env and fill in the necessary information.

FLASK_ENV=development
SECRET_KEY="enter your key"
DIGITALOCEAN_CLIENT_ID = "found at https://cloud.digitalocean.com/account/api/applications"
DIGITALOCEAN_CLIENT_SECRET = "found at https://cloud.digitalocean.com/account/api/applications"

Run the application

flask run

About

Example of how to use Digital Ocean with Flask-Dance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published