Thank you so much! Saved my day! I wasn't sure how to do the sign in process with popup option setted true.
PS: Fix the note:
"The user object is only sent the first time a user logs in, the rest of the times apple will only send the authentication object.". Instead of "authentication" object write "authorization" object.
Thank you so much! Saved my day! I wasn't sure how to do the sign in process with popup option setted true.
PS: Fix the note:
"The user object is only sent the first time a user logs in, the rest of the times apple will only send the authentication object.". Instead of "authentication" object write "authorization" object.
Thanks for spotting the mistake, updated!