Skip to content

Commit 0ebbe35

Browse files
authored
Update Readme with get_tokens.py usage details
Started adding instructions for using get_tokens.py and Postman.
1 parent ca38246 commit 0ebbe35

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/Readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Using get_tokens.py
2+
This python script will let you use it to log in to your Hilo account.
3+
4+
From there, you will be asked to copy the full HA redirect(callback) URL and go back to your python script and press enter.
5+
6+
Negotiation will take place and you will receive three distinct tokens:
7+
- Your access token
8+
- Your devicehub token
9+
- Your challengehub token
10+
11+
Take care not to share your tokens as they are not encrypted and contain personally identifiable information.
12+
13+
# Using Postman to send payloads to devicehub or challengehub
14+
## Prerequisite: you need to have your tokens on hand, they are relatively short lived so once you have them, get to connecting!

0 commit comments

Comments
 (0)