Skip to content

Commit b90a04e

Browse files
committed
Update token prefix
1 parent 31a2129 commit b90a04e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/auth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Ensure that you store the token securely. For subsequent requests, the client au
1818
Example:
1919

2020
```http
21-
Authorization: Bearer usegrant_api_<token>
21+
Authorization: Bearer uga_<token>
2222
```
2323

24-
Note: The token you generate will have the format `usegrant_api_<token>`.
25-
The `usegrant_api_` prefix is used to indicate that it is a UseGrant token and it is an API token and you can also use it to identify if the token is accidentally exposed.
24+
Note: The token you generate will have the format `uga_<token>`.
25+
The `uga_` prefix is used to indicate that it is a UseGrant token and it is an API token and you can also use it to identify if the token is accidentally exposed.
2626

2727
If/When the token is expired, you will receive a `401 Unauthorized` response.
2828

0 commit comments

Comments
 (0)