-
Notifications
You must be signed in to change notification settings - Fork 940
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
Issue with Google+ Provider #314
Comments
I too am experiencing this problem with a newly created token. On another website (different token) I am still receiving Attached 2 different responses: The old one is from another implementation
This is the response I'm getting from a newly generated key.
As they differ so much I think I'm doing something different so I'll keep looking into it. Cheers, |
Good job man. I just wanted to make PR... With email its OK.. but with name, its a problem... i've edited GoogleProvider in vendor but im waiting for merge! |
Merging the PR will break my other implementations so more investigation is needed or the PR need to be updated to accommodate both responses |
I have the same problem too, I have used dd and see that not only name but also nick name, email and avatar url |
Just merged the PR. I'll tag a new release in a bit. |
Error when authenticate with google+ provider (Socialite version 4.0.0).
I tried downgrade socialite version to 3.1.1 and it is working.
GoogleProvider.php
Anyway, is there any way to override mapping function from response we get from provider to user object? it would be nice if got one.
The text was updated successfully, but these errors were encountered: