ueberauth / ueberauth_slack

Slack OAuth2 Strategy for Überauth
MIT License
23 stars 33 forks source link

Slack requires a matching `redirect_uri` #2

Closed bklang closed 8 years ago

bklang commented 8 years ago

Without this, Slack OAuth fails with the error bad_redirect_uri

hassox commented 8 years ago

Not sure how I missed this :\ Do we really need to add it to the client params or can we just add it as a second kw in the params kw list?