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 auth flow update #50

Closed ilejohn-official closed 5 months ago

ilejohn-official commented 5 months ago

Google no longer issues auth token instead it returns idToken. When will the package factor this in to use IdToken to identify user and not access token for google authentication?

ankurk91 commented 5 months ago

This package has nothing to do with that