Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 555 Bytes

Clever OAuth Python Example

This example was built using the the Bottle Microframework.

To install (using pip):

pip install -r requirements.txt

To run (replace environment variables appropriately):

PORT=2587 CLIENT_ID=YOUR_CLIENT_ID CLIENT_SECRET=YOUR_CLIENT_SECRET DISTRICT_ID=YOUR_DISTRICT_ID python server.py

and navigate to http://localhost:2587 in your browser (assuming your PORT is set to 2587).

To run tests:

python test.py