Sign in with Apple Auth Provider (#5694)

* Sign in with Apple Auth Provider

Closes: https://github.com/parse-community/parse-server/issues/5632

Should work out of the box.

* remove required options
This commit is contained in:
Diamond Lewis
2019-06-19 16:05:09 -05:00
committed by GitHub
parent 947c6beede
commit fcdf2d7947
4 changed files with 162 additions and 34 deletions

View File

@@ -30,10 +30,12 @@
"express": "4.17.1",
"follow-redirects": "1.7.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.11",
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.2.7",
"node-rsa": "1.0.5",
"parse": "2.4.0",
"pg-promise": "8.7.2",
"redis": "2.8.0",