Guest User

Untitled

a guest
Sep 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. app.get(
  2. '/typeform/authorize/redirect',
  3. passport.authenticate('typeform'),
  4. (req, res) => {
  5. res.send(req.user)
  6. }
  7. }
Add Comment
Please, Sign In to add comment