DEV Community

Discussion on: How to add "signin with apple" to your website

Collapse
 
victortommasi profile image
tommasi.dev

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.

Collapse
 
heyitsarpit profile image
Arpit

Thanks for spotting the mistake, updated!