passport-google-token
passport-google-token copied to clipboard
fallback req.body without fail
req.body
in some cases is not defined, but the call is correct because the data is on req.query
.
For that the call should not fail.