UnderratedDev
UnderratedDev
@TomWFox I have set placeholders for where to put config file (that we fill in from developer account panel) && also where to put the p8 file for future reference...
You can create a free developer account (just Apple ID), This might be helpful: [Memberships](https://developer.apple.com/support/compare-memberships/) It doesn't state anything about generating service keys. Even if we did generate one, we...
Also, I was thinking about the way I did the config in the function, I will most likely change it so that it is passed into the options rather than...
Uses config object instead of file now. No more invalid json for parse testing either. Ready to be reviewed :).
@dplewis when you have a chance, could you please take a look at this PR?
I did provide test cases in the Authentication spec file (p8 file, apple error, JWT errors, etc). I can take a look at increasing coverage though it shows coverage changed...
Hey @dplewis, so I got a bit busy but recently made time to look at this again. Further test cases are hard to make since I would need to provide...
I can take a look at this. In reference to this: [Parse Server Pull Request](https://github.com/parse-community/parse-server/pull/6523). I made the backend changes for Apple Sign In for Parse Server & have implemented...
@drdaz Thanks man, I appreciate it, I'll definitely check that out. I did a base implementation of the provider a while ago but it needs a lot of work, so...