PRIYANSHU RAJ ROY

Results 1 comments of PRIYANSHU RAJ ROY

> In case, if you've written the function this way > > ``` > app.get('/auth/google', (req, res) => { > passport.authenticate('google', { > scope: ['profile', 'email'] > }); > });...