Skip to content

cloverhackathons/OAuthPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuthPython

Requirements

Set Up

From the Sandbox developer dashboard, create a Clover web app. When creating the app, select the permissions that you want the OAuth token to have.

  • On the app's Settings page, note App ID and App Secret. Set them as CLIENT_ID and CLIENT_SECRET in config.py.
  • Under Web Configuration, set Site URL to http://localhost:3000.

Run:

  • pip install -r requirements.txt
  • python oauth.py

In your web browser, open http://localhost:3000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages