Skip to content

Instantly share code, notes, and snippets.

@nikshinde-7
Last active January 12, 2022 09:32
Show Gist options
  • Save nikshinde-7/fa0a6d34a1b715e45f490c35edaa9b95 to your computer and use it in GitHub Desktop.
Save nikshinde-7/fa0a6d34a1b715e45f490c35edaa9b95 to your computer and use it in GitHub Desktop.
// In here we are just calling the respective passport
// strategy, which in our case is google.
router.get('/auth/google', passport.authenticate('google'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment