add a little readme

This commit is contained in:
Leland Krych 2020-03-02 21:38:12 -08:00
parent 99a2b73640
commit b5b734ea9d

View file

@ -3,3 +3,17 @@ Test OAuth2 Authorization Code Grant process
Code is quite minimal done in js with no lib. 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
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.