HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Moving token from query param to form param #250

Closed pmatern closed 2 years ago

pmatern commented 2 years ago

Newly created slack apps no longer allow auth to be passed as a query param. This change removes the only spot where the hubspot slack client does so. On the reclaim side this only affects get/set of slack user profile.