Skip to content

Commit a2b087c

Browse files
authored
docs: Updated docs to retrieve auth token (#280)
* Updated docs to retrieve auth token Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com> * Fixed punctuation Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com> --------- Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
1 parent 75dc362 commit a2b087c

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

docs/contributing/set-up-authentication.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ The following steps outline how to obtain an authentication token from the [hot.
2222

2323
![Avatar in top right corner of the page](../../static/img/contributing-avatar-top-right.png)
2424

25-
2. Click on the **Print auth token** option. Don't worry, this is a safe operation. The token is only printed to the console.
25+
2. Click on the "Copy auth token" option to copy your auth token to clipboard.
2626

27-
![Print Auth Token](../../static/img/contributing-print-auth-token.png)
27+
![Copy Auth Token](../../static/img/contributing-copy-auth-token.png)
2828

29-
3. Copy the token that is printed to the console.
30-
31-
![Token printed to the console](../../static/img/contributing-token-printed-to-console.png)
32-
33-
4. You can now use this token to make authenticated requests to the OpenSauced public API by including it in the Authorization header of your requests. For example:
29+
3. You can now use this token to make authenticated requests to the OpenSauced public API by including it in the Authorization header of your requests. For example:
3430

3531
```javascript
3632
const response = await fetch(
14.4 KB
Loading
87.3 KB
Loading
-39.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)