Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 770 Bytes

File metadata and controls

20 lines (13 loc) · 770 Bytes

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/.