-
Notifications
You must be signed in to change notification settings - Fork 939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure Google Provider is compatible with Google Sign-in #337
Comments
@driesvints I tried to migrate to google sign-in using version 3 of socialite. I read the documentation and found this notes https://developers.google.com/identity/sign-in/web/quick-migration-guide |
@No148 I'm not using a custom provider, but upgrading to |
@eaverdeja I don't really know for sure at the moment... I've changed api key and created a specific api key for google sign-in. (which was only possible from this page https://developers.google.com/identity/sign-in/web/sign-in) After using it I just have my fingers crossed... But everything seems to be working fine right now. I wish I knew more, mate! |
It should just work fine.. i Tested it and it worked. |
how can i make this compatible with laravel 5.2.x? |
@cincauhangus 5.2.x isn't supported anymore. Please upgrade to the latest version. |
Any plans for a 2.x fix? |
@Casperhr we actually pushed a 2.0 fix a couple of days ago. Use |
Friendly reminder to not rely on |
Since the old Google Plus functionality is going to be deprecated we'll need to make sure that we can use the suggested alternative Google Sign-in instead.
New OAuth2 functionality: https://developers.google.com/identity/protocols/OAuth2
Shutdown notice: https://developers.google.com/+/api-shutdown
The text was updated successfully, but these errors were encountered: