Why Use Apple
Many websites have provide users a way to sign in to their applications via third party services like Google, Twitter, Git...
For further actions, you may consider blocking this person and/or reporting abuse
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!
On mobile safari, it behaves quite weird.
After sign in is successful, the error "popup_closed_by_user" is fired, and the page redirects to the redirect_uri, which is practically a blank white page.
Any ideas on why this is happening?
Oh my god, thank you! Saved my day as well!
The key takeaway for me was
Hello sir i am following your blog for adding sign in with apple but after putting email and password and after that clicked on continue then after page disappears and not signed in to website
Also not getting any authorization object or user object
Please help me in that ...
I've got a question. If you didn't have the popup, you'd still have the option for the redirectURI to be a frontend url, right? I have done this in the past for Twitter and you can just redirect to the same page you're in
Do I understand correctly that to create an Sign In with Apple to website I need a developer account? Developer account costs $100.
Yes. You need paid developer account
Can you show how to do the login without having to use the js file from the apple cdn?
Like manually opening the popup and handling the events.
did you got this
I really appreicate this detailed step by step process. Even apple documentation dosent explain this as well as you did.