Eugene Baraniuk

Results 7 comments of Eugene Baraniuk

Hi @buob, could you elaborate on this one please? It seems like it's a breaking change. Also, this case should probably be covered by a new test.

Hi, this library was initially developed for Node environment and was never tested on Safari (at least by me). You may probably try an older version, like v.3.1.0, which had...

Hey, thanks for the contribution. Would you mind adding a test for it?

Sorry for the silence, I'm trying to think of a more elegant solution that would not involve a regexp as it doesn't fit well with the original approach of parsing...

@Apexal I'm not sure if I understand you correctly. But this package allows you to pass `team` in options https://github.com/mjpearson/passport-slack/blob/master/lib/passport-slack/strategy.js#L125 ``` passport.use('slack-team', new SlackStrategy(...)) // and then passport.authenticate('slack-team', { team:...

@mikemfleming you can use `team` query parameter. This strategy simply passes that parameter to authorization url. For more information see link to Slack documentation I dropped above.

Cool, I'll look intro it later today