From 27cd23aca98a1ad5f2af246a5d6690097a026fa0 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Sat, 2 Oct 2021 02:28:19 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=99=20Updated=20apple=20auth=20ada?= =?UTF-8?q?pter=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/parse-server/third-party-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/third-party-auth.md b/_includes/parse-server/third-party-auth.md index 41fda7a5d..ec99c5d62 100644 --- a/_includes/parse-server/third-party-auth.md +++ b/_includes/parse-server/third-party-auth.md @@ -117,7 +117,7 @@ Using Apple Sign In through the Apple JS SDK or through the REST service will on { auth: { apple: { - client_id: "", // optional (for extra validation), use the Service ID from Apple. + clientId: "", // optional (for extra validation), you can replace it with your Service ID provided by Apple. }, } } From 529c84903bc65845820c462686dfc6ed4b115b33 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Sat, 2 Oct 2021 19:44:45 +0530 Subject: [PATCH 2/2] Update third-party-auth.md --- _includes/parse-server/third-party-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/third-party-auth.md b/_includes/parse-server/third-party-auth.md index ec99c5d62..99c4af095 100644 --- a/_includes/parse-server/third-party-auth.md +++ b/_includes/parse-server/third-party-auth.md @@ -117,7 +117,7 @@ Using Apple Sign In through the Apple JS SDK or through the REST service will on { auth: { apple: { - clientId: "", // optional (for extra validation), you can replace it with your Service ID provided by Apple. + clientId: 'com.example.app', // optional, for extra validation; replace with the bundle ID provided by Apple. }, } }