passport tag

1 questions


1 answers
55 views
0
When implementing Google Login using NodeJS Passport

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....

1 years ago

© 2024 OneMinuteCode. All rights reserved.