diff --git a/docs/core/tokens/secrets.mdx b/docs/core/tokens/secrets.mdx index f3ce6b7..fe6ba40 100644 --- a/docs/core/tokens/secrets.mdx +++ b/docs/core/tokens/secrets.mdx @@ -28,7 +28,7 @@ To avoid the unnecessary storage of sensitive information, expired tokens will a ## Upload 3rd-party API keys -To enable certain integrations, you will have to upload an API key issued by the third party service to Embloy. To do so, follow the instructions of the 3rd-party and once generated, simply copy and paste the API key into a new Embloy-secret in the "secrets" tab of your [Embloy Genius settings](https://genius.embloy.com/settings?tab=secrets). \*\*Make sure to select the name of the 3rd party for the `issuer` option, as the API key can't be used otherwise. +To enable certain integrations, you will have to upload an API key issued by the third party service to Embloy. To do so, follow the instructions of the 3rd-party and once generated, simply copy and paste the API key into a new Embloy-secret in the "secrets" tab of your [Embloy Genius settings](https://genius.embloy.com/settings?tab=secrets). **Make sure to select the name of the 3rd party for the `issuer` option, as the API key can't be used otherwise**. :::info Rest assured that all secrets are first encrypted and then stored using a [symmetric-key algorithm](https://en.wikipedia.org/wiki/Symmetric-key_algorithm). If you have any concerns, please contact us and we'll do our best to help you.