We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slack announcement (2020-11-30): https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps
Based on my initial splunking, it looks like getResource passes the the request parameters as a URL parameters:
getResource
slack/misc.go
Lines 259 to 268 in 853f55b
The callsites of this include token as one of those URL parameters: https://github.com/slack-go/slack/blob/master/chat.go#L696-L714
token
It's possible that other http methods do as well, but I haven't done an exhaustive search of the codebase.
The text was updated successfully, but these errors were encountered:
Fixed in v0.8.3
Sorry, something went wrong.
Update slack-go/slack v0.8.3, fixed slack-go/slack#857
1e93119
No branches or pull requests
Slack announcement (2020-11-30): https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps
Based on my initial splunking, it looks like
getResource
passes the the request parameters as a URL parameters:slack/misc.go
Lines 259 to 268 in 853f55b
The callsites of this include
token
as one of those URL parameters: https://github.com/slack-go/slack/blob/master/chat.go#L696-L714It's possible that other http methods do as well, but I haven't done an exhaustive search of the codebase.
The text was updated successfully, but these errors were encountered: