Aishika Nandi
Results
2
comments of
Aishika Nandi
1) Change app.get('/auth/google") : app.get("/auth/google", passport.authenticate('google',{ scope: ["profile"] }), function(req, res) { // Successful authentication, redirect to secrets. res.redirect("/auth/google/secrets"); }); 2) Use : passport.serializeUser((user, done) => done(null, user)); passport.deserializeUser((user, done)...
@leexgh @ao508 @inodb is this up for GSoC 2024?