Skip to content

Commit

Permalink
updated token documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Jul 20, 2023
1 parent 2fffbd9 commit faaa705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Binary file removed docs/images/cript_api_token_page.png
Binary file not shown.
11 changes: 5 additions & 6 deletions docs/tutorial/how_to_get_api_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The token is needed because we need to authenticate the user before saving any of their data

<img class="screenshot-border" src="../../images/cript_api_token_page.png" alt="Screenshot of CRIPT security page where API token is found">
<img class="screenshot-border" src="../../images/cript_token_page.png" alt="Screenshot of CRIPT security page where API token is found">

<small>
[Security Settings](https://criptapp.org/security/)
Expand All @@ -17,15 +17,14 @@ The token is needed because we need to authenticate the user before saving any o
To get your token:

1. please visit your [Security Settings](https://criptapp.org/security/) under the profile
icon dropdown on
the top right
icon dropdown on the top right
2. Click on the **copy** button next to the API Token to copy it to clipboard
3. Now you can paste it into the `API Token` field

> Note: The "Token" in front of the random characters is part of the token as well
Example:

```yaml
API Token: Token 4abc478b25e30766652f76103b978349c4c4b214
API Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (XVCJ) Suggestions: [XCVI, XVEE, XVII, XSCR, AVCI]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Iiwibm) Suggestions: [Iiiint, irwin, Irwin, Kiwi's, Iridium]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Ikpva) Suggestions: [Kiva, ikea, Ikea, Impv, IKEA]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Iiwia) Suggestions: [Iiota, irwin, Irwin, Kiwis, Iowa]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Ijox) Suggestions: [Jinx, Icon, Idol, idot, Idot]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Qssw) Suggestions: [Ssw, SSW, Sqs, qscr, Qscr]

Check failure on line 27 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

gitleaks(jwt)

[new] jwt has detected secret for file docs/tutorial/how_to_get_api_token.md.

Storage Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gU21pdGgiLCJpYXQiOjE1MTYyMzkwMjJ9.Q_w2AVguPRU2KskCXwR7ZHl09TQXEntfEA8Jj2_Jyew

Check failure on line 29 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (XVCJ) Suggestions: [XCVI, XVEE, XVII, XSCR, AVCI]

Check failure on line 29 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Entf) Suggestions: [enif, Enif, etna, Etna, Neth]

Check failure on line 29 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

cspell(error)

[new] Unknown word (Jyew) Suggestions: [jew, Jew, Yew, Joyed, Jael]

Check failure on line 29 in docs/tutorial/how_to_get_api_token.md

View workflow job for this annotation

GitHub Actions / Trunk Check

gitleaks(jwt)

[new] jwt has detected secret for file docs/tutorial/how_to_get_api_token.md.
```

0 comments on commit faaa705

Please sign in to comment.