Seth King
Results
1
comments of
Seth King
but then I don't seem to be able to access the done/cb function I pass in? ``` app.get('/auth/twitter/:id', (req, res) => { const id = req.params.id passport.authenticate("twitter", { callbackURL: `/auth/twitter/callback?state=${id}`,...