-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sign in with Apple Auth Provider #5694
Conversation
Closes: #5632 Should work out of the box.
Codecov Report
@@ Coverage Diff @@
## master #5694 +/- ##
==========================================
+ Coverage 94.17% 94.19% +0.01%
==========================================
Files 129 130 +1
Lines 9240 9264 +24
==========================================
+ Hits 8702 8726 +24
Misses 538 538
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suweet!
@dplewis Thanks a lot for taking the lead on this, I’ve spent the past couple hours setting it up in my app so I’m looking forward to testing this out! |
@TomWFox I post links above for configuration. Let me know if it works |
We are getting this message, any idea what are we missing? Do you have some step by step setup and usage instructions. I feel we are missing a step. @TomWFox did it work for you?
We have setup and api request from a server using this
On our parse server config we are using this:
|
@leapingcoyote This isn’t released yet, are you using the master branch to test? |
@dplewis yes we are using the master branch to test |
Thanks for reporting. I’ll look into it |
@leapingcoyote I published a fix for this #5755 |
@dplewis Hi, I'd like to ask about this update you added here. Is this update necessary for Apple Sign-In to work for an iOS client and save |
@tealshift You have to update to the latest version. If you don’t want to update. You can copy this and create your own module. |
* Sign in with Apple Auth Provider Closes: parse-community#5632 Should work out of the box. * remove required options
Closes: #5632
Should work out of the box for linking users.
There is an optional
client_id
that you can pass in to Server Auth Configuration for extra validation.There is a guide and code for setting getting your
id_token
https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-appleApple's documentation is incomplete and incorrect in places
https://developer.apple.com/sign-in-with-apple/get-started/
Shoutout to @Techofficer for doing most of the heaving lifting.
https://github.com/Techofficer/node-apple-signin