Skip to content

Supplement project code showing an example of OAuth with Digital Ocean

Notifications You must be signed in to change notification settings

mikeabrahamsen/flask-digitalocean-oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-digitalocean-oauth-example

Supplement project code showing an example of OAuth with Digital Ocean

Add Necessary Environment Variables

The easiest way to do this is to create a .flaskenv file with the following information provided:

FLASK_ENV=development
DIGITAL_OCEAN_CLIENT_ID = "found at https://cloud.digitalocean.com/account/api/applications"
DIGITAL_OCEAN_CLIENT_SECRET = "found at https://cloud.digitalocean.com/account/api/applications"

Run the application

flask run

About

Supplement project code showing an example of OAuth with Digital Ocean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published