coderello / laravel-passport-social-grant

🔒 API authentication via social networks for your Laravel application
https://packagist.org/packages/coderello/laravel-passport-social-grant
MIT License
174 stars 20 forks source link

401 Unauthorized - Invalid Credentials #22

Closed tiagorodriguesnes closed 4 years ago

tiagorodriguesnes commented 4 years ago

After following the configuration tutorial i get:

GuzzleHttp\Exception\ClientException: Client error: 'GET https://www.googleapis.com/oauth2/v3/userinfo?prettyPrint=false' resulted in a '401 Unauthorized' response:
{
  "error": "invalid_request",
  "error_description": "Invalid Credentials"
}

Can you please help me out?

ankurk91 commented 4 years ago

Please check your google credentials, this error is coming from Google.