From b5b734ea9d7ed79d793b2d707152159d75fa5225 Mon Sep 17 00:00:00 2001 From: Leland Krych Date: Mon, 2 Mar 2020 21:38:12 -0800 Subject: [PATCH] add a little readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 650a78c..9efae33 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ 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 +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. \ No newline at end of file