-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
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
web-api token should be passed in header instead of body param #1132
Comments
@stevengill I think it's great to always use Authorization header (Python & Java SDKs do so). But, just to clarify here, it's fine to use POST body params. The only thing we no longer recommend is to use querystrings.
|
ooo thanks @seratch! good to know. Still worth moving to using Authorization Header since it is needed for other token types (app Token) |
Talking with @stevengill, need to make sure this code in socket mode client continue to work |
Description
Slack's api is dropping support in Feb 2021 for
token
to be passed in as a body param. We should update web-api to always pass in token via headerWhat type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Packages:
Select all that apply:
@slack/web-api
The text was updated successfully, but these errors were encountered: