-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quiet vale warnings and adjust wording
- Loading branch information
1 parent
5b12975
commit 472f169
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
_snippets/integrations/builtin/credentials/slack/token-rotation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Slack offers **token rotation** that can be turned on for bot and user tokens. This will make the token expire every 12 hours. While this may be useful for testing, it will cause the n8n credential to fail after expiry. If you want to use your slack credentials in production, this feature needs to be turned **off**. | ||
Slack offers **token rotation** that you can turn on for bot and user tokens. This makes every tokens expire after 12 hours. While this may be useful for testing, n8n credentials using tokens with this enabled will fail after expiry. If you want to use your Slack credentials in production, you need to turn this feature **off**. | ||
|
||
To check if you have token rotation turned on for your slack app, please refer to the [Slack API Documentation | Token Rotation](https://api.slack.com/authentication/rotation){:target=_blank .external-link} for instructions. | ||
To check if your Slack app has token rotation turned on, refer to the [Slack API Documentation | Token Rotation](https://api.slack.com/authentication/rotation){:target=_blank .external-link}. | ||
|
||
/// note | If Token Rotation has been activated | ||
Please note, token rotation may not be turned off again and you will have to create a new slack app instead. | ||
/// note | If your app uses token rotation | ||
Please note, if your Slack app uses token rotation, you can't turn it off again. You need to create a new Slack app with token rotation disabled instead. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters