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

Google - Unauthorized #13

Closed nahojj closed 4 years ago

nahojj commented 5 years ago

Trying to setup Google Sign in and got this error "The user credentials were incorrect" when submitting. Facebook Sign in works perfect!

quantux commented 4 years ago

Hi. Did you find some way to fix it? I'm facing the same problem now :( Works perfectly with Facebook but doesn't with Google. I think that's because Google doesn't returns an accessToken like Facebook do.

hivokas commented 4 years ago

Closing due to inactivity.

nahojj commented 4 years ago

I wrote a solution by myself instead in the front -end part and then everything started to work.