Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages