Skip to content

mikeabrahamsen/flask-digitalocean-oauth-example

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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