router.get(
    "/google/callback",
    passport.authenticate("google"),
    (context, next) => {
      const redirect = extractRedirectFromState(context);