Closed djrenren closed 11 years ago
It makes sense that we store a list of scope permissions as an array rather than a comma separated string.
This is already supported:
app.get('/auth/github', passport.authenticate('github', { scope: ['foo', 'bar'] }));
oh awesome, didn't see it documented. Sorry about that.
It makes sense that we store a list of scope permissions as an array rather than a comma separated string.