a-tokyo / react-apple-signin-auth

 Apple signin for React using the official Apple JS SDK
https://a-tokyo.github.io/react-apple-signin-auth
MIT License
104 stars 13 forks source link

Doesn't return user's data #39

Closed Maclay74 closed 3 years ago

Maclay74 commented 3 years ago

After success authentication, Apple returns token and, optionally, user's data, such as name and email. For some reason, this library ignores it and gives back only token and code. I know that it works only for the first time, but even then there is nothing.

=== My bad, sorry, missed that user is next to authorization, not inside.

a-tokyo commented 3 years ago

Invalid