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
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
Further it keeps failing with oauth_authorization_url_mismatch, even though the request to slack.com/api/oauth.v2.access contains the same redirect url as configured in the app on slack
The first issue I was able to solve by adding a queryParams to the protocol & struct, and use that instead of extracting query parameters from the path. I'm still stuck with item 2. There may be more issues after that 🤷 It might be related to #203.
Note: I'm trying this with a "legacy" slack app, as otherwise it wouldn't support RTM (see #203)
OAuth doesn't work because a few reasons:
queryParams(a[(String, String)]must be used.oauth_authorization_url_mismatch, even though the request to slack.com/api/oauth.v2.access contains the same redirect url as configured in the app on slackThe first issue I was able to solve by adding a
queryParamsto the protocol & struct, and use that instead of extracting query parameters from thepath. I'm still stuck with item 2. There may be more issues after that 🤷 It might be related to #203.Note: I'm trying this with a "legacy" slack app, as otherwise it wouldn't support RTM (see #203)