Skip to content
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

Sign In With Apple not returning user's name. #2

Closed
mikebronner opened this issue Oct 12, 2019 · 4 comments · Fixed by #12
Closed

Sign In With Apple not returning user's name. #2

mikebronner opened this issue Oct 12, 2019 · 4 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@mikebronner
Copy link
Owner

It seems the API is unstable, as at one point I was able to get both name and email, but now only get the email address.

@mikebronner mikebronner added the bug Something isn't working label Oct 12, 2019
@mikebronner mikebronner self-assigned this Oct 12, 2019
@eqxDev
Copy link

eqxDev commented Feb 7, 2020

Hi,

These seems like it is happening again?

@mikebronner
Copy link
Owner Author

Possibly. This would most likely be an issue with Apple.

@lattespirit
Copy link

lattespirit commented Feb 18, 2020

@eqxDev @mikebronner

Got the same issue.

name parameter is not included in id_token payload at the time of this writing.

So this line of code below always returns false

https://github.com/GeneaLabs/laravel-sign-in-with-apple/blob/867204f966c5052fab09df4a469b3dc8348ef368/src/Providers/SigninWithAppleProvider.php#L106-L107

@poldixd
Copy link
Contributor

poldixd commented Feb 29, 2020

@eqxDev @mikebronner

Got the same issue.

name parameter is not included in id_token payload at the time of this writing.

So this line of code below always returns false

https://github.com/GeneaLabs/laravel-sign-in-with-apple/blob/867204f966c5052fab09df4a469b3dc8348ef368/src/Providers/SigninWithAppleProvider.php#L106-L107

Yes. Same error here. No name returned.

I also removed the App on my Apple ID. After that I tried to login with your package. Still no name. When I dd() request()->user there is the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants