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
The Slack API has moved on, while this crate has not. Adapted
the approach from slack-rs#107
to pluck the auth token out of the parameter body and send it as
a bearer auth header instead. It is rather surprising to realize that
Slack ever accepted this as a body param, but hey.
https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps
Indeed, I can use the same token to send a message if I put the token in the header but this crate wants to put it in the query itself.
This gives a confusing
invalid_auth
message.The text was updated successfully, but these errors were encountered: