Response with just the code on redirect at apple signin

I implemented a apple signin on reactjs using the lib react-apple-login, the authentication is working with no problems, but on redirect to my API I only receive the code, none of the other data came on request

In the react-apple-login you will have the param name responseType={"code"} instead the code you can use "id_token".

Response with just the code on redirect at apple signin
 
 
Q