Skip to content

kurtmansperger/Clever-Instant-Login-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clever's lnstant login example in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages