You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cert | 4 years ago | |
scripts | 3 years ago | |
site | 3 years ago | |
README.md | 3 years ago | |
README.org | 4 years ago | |
info.js | 4 years ago | |
server.py | 3 years ago | |
start-server.sh | 4 years ago |
README.md
Test OAuth2 Authorization Code Grant process
Code is quite minimal done in js with no lib.
Running the Demo
If you don't want to use sws, you can use python 3.
python server.py
Utility scripts
Modify scripts/get_refresh_token
to retrieve a refresh/access token from the CTR API.
Modify scripts/test_access_token
to use your access token to query the CTR API.