Skip to content

Commit f2b636d

Browse files
Replace private by secure (iZettle#142)
1 parent 6b66869 commit f2b636d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth-api/zettle-password-grant-migration-guide/zettle-password-grant-migration-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Update the integration to use an authentication grant supported by Zettle. You c
1616
If you have any questions, please contact our service desk by sending an email to our [Integrations team](mailto:[email protected]).
1717

1818
## Technical details
19-
Zettle API uses the OAuth 2.0 Authorization Framework. The Assertion grant is recommend to keep your integration private. For more information about the assertion grant and other authentication flows, read more in the [Zettle OAuth2 API documentation](../../authorization.md).
19+
Zettle API uses the OAuth 2.0 Authorization Framework. The Assertion grant is recommend to keep your integration secure. For more information about the assertion grant and other authentication flows, read more in the [Zettle OAuth2 API documentation](../../authorization.md).
2020

2121
## Assertion grant API Keys
2222
To use this approach, the merchant using the integration needs to provide you with the API Key. The API key is created at my.zettle.com by the Zettle account owner (merchant). To create the API key, follow the instruction in one of the following options:
@@ -95,4 +95,4 @@ Ask the merchant to follow the steps to create the API key by accessing my.zettl
9595

9696
10. The created key will be displayed in the list of keys. Once the integration starts working with this key, the Last used column will show the last time the integration accessed your Zettle data.
9797

98-
<img id="available-API-keys" src="images/available-API-keys.png" alt="This screenshot shows the Available API keys page where you can see a list of created API keys.">
98+
<img id="available-API-keys" src="images/available-API-keys.png" alt="This screenshot shows the Available API keys page where you can see a list of created API keys.">

0 commit comments

Comments
 (0)