Javascript – Error saving code: GaxiosError: invalid_request when using passport-google
this my post request app.post('/auth/google', async (req, res) => { try { const { code } = req.body; } catch (error) { } }); i'm getting the token from my front end 4/0AbUR2VMmkydX1bHZeUIq6xm8558a8EyxdNhc0q2ouILfp2Cc3gL3mSd3w83Qn6JJ4jaqdg please how can i verify the code…