Skip to content

Commit

Permalink
mentioned token scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 10, 2024
1 parent c1b597c commit ca7b495
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ If the authentication is successful, you'll receive a JSON response with a token
}
```

### Token Scope and Security Considerations
**Important:** The token generated by this endpoint has full access to all scopes. This means it is a very powerful token with unrestricted access to the API. Please be aware of the following:

This token can perform any action that the user account is capable of.
It should be treated with the utmost care and security.
It's recommended to use this powerful token only for trusted applications or devices.
For applications that don't need full access, consider creating more restricted tokens through the web interface.

Use this token in the `Authorization` header for subsequent API requests, as described in the "Using Your API Token" section above.

### Error Responses
Expand Down

0 comments on commit ca7b495

Please sign in to comment.