Skip to content

Commit 7d1391a

Browse files
Update Security section (#279)
1 parent ee5e8d6 commit 7d1391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication/security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Never share your user credentials.
1818

1919
## API Authentication Credentials
2020

21-
All API requests must contain a generated access token for authentication purposes. To generate an access token, you need your API keys. API keys are the client ID and client secret. Access tokens expire after a predefined period of time. Application keys are used manage your own keys directly. They are not associated to a specific user, and are identified based on their names.
21+
All API requests must contain a generated access token for authentication purposes. To generate an access token, you need your API keys. API keys are the client ID and client secret. Access tokens expire after a predefined period of time. Application keys are used to manage your stores directly. They are not associated to a specific user, and are identified based on their names.
2222

2323

2424
:::caution

0 commit comments

Comments
 (0)