1 questions
app.get('/auth/google/callback', passport.authenticate('google'));If you do this, it works well.If you try to log it, it will emit an error.app.get('/auth/google/callback', (req, res) => { console....
© 2024 OneMinuteCode. All rights reserved.