parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 517 forks source link

📙 Updated apple auth adapter key #851

Closed codewithdev closed 3 years ago

codewithdev commented 3 years ago

Closes #761

What things being changed:

Changed client_id to clientId in https://docs.parseplatform.org/parse-server/guide/#configuring-parse-server-for-sign-in-with-apple

{
  auth: {
   apple: {
     client_id: "",
   },
  }
}