You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from Token to Client Credentials configuration
The current setup of the project is that a token should be provided in the configuration for Slack API calls. This is not a good strategy, because tokens expire.
Instead, an OAuth library should be used, which fetches tokens as needed.
The text was updated successfully, but these errors were encountered:
Switch from Token to Client Credentials configuration
The current setup of the project is that a token should be provided in the configuration for Slack API calls. This is not a good strategy, because tokens expire.
Instead, an OAuth library should be used, which fetches tokens as needed.
The text was updated successfully, but these errors were encountered: