passport-slack-oauth2 icon indicating copy to clipboard operation
passport-slack-oauth2 copied to clipboard

Results 4 passport-slack-oauth2 issues
Sort by recently updated
recently updated
newest added

A [proposed change](https://github.com/jaredhanson/passport-oauth2/pull/174) to add a hook that would allow this strategy to reformat the OAuth2 Token Response before sending it forward to the `passport-oauth2` callback received some reasonable (though...

Hi, I’m having an issue authenticating users and thought this might be a known problem where you could give some guidance. After following the steps to authenticate the user, allow...

Please see https://github.com/jaredhanson/passport-oauth2/pull/174 AND https://github.com/nmaves/passport-slack-oauth2/issues/9 Slack's OAuth2 **v2** implementation overloads the OAuthTokenResponse json payload to return multiple tokens. The root of the json object is for `bot` tokens & user...

I created a new app in slack and noticed that the scopes I am adding from slack's oauth scopes https://api.slack.com/scopes are not working and resulting in an error But trying...