react-apple-login icon indicating copy to clipboard operation
react-apple-login copied to clipboard

response is not the same as defined in readme

Open sloorush opened this issue 4 years ago • 4 comments

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

sloorush avatar Nov 20 '20 18:11 sloorush

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.

patelmayankce avatar Nov 26 '20 13:11 patelmayankce

Till when will you be able to do it?

sloorush avatar Nov 26 '20 13:11 sloorush

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 avatar Nov 27 '20 05:11 patelmayankce

@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

arslankaleem7229 avatar Mar 28 '22 10:03 arslankaleem7229