react-apple-login
react-apple-login copied to clipboard
response is not the same as defined in readme
The response i recieve is {"code":"random code"}
required response
{ "authorization": { "state": "[STATE]", "code": "[CODE]", "id_token": "[ID_TOKEN]" }, "user": { "email": "[EMAIL]", "name": { "firstName": "[FIRST_NAME]", "lastName": "[LAST_NAME]" } } }
or code and id_token is required for my use with a callback function
@patelmayankce
Hi @r-ush, yeah, you are right. I will update the document in the next release and provide all responses. Thanks for pointing this out.
Till when will you be able to do it?
I am a bit busy these days, but yeah, I will try to do it on weekends. Much appreciate if you can help me out and create PR for this :).
@patelmayankce can you please explain the little about this issue ??? Because I am getting only code not a user block .... just tell me where I am doing something wrong ??? Becuase I have tried to query with you given sample form and when I pass my apple id it says invalid scope and without scope it didn't return user data