You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the issue?
It is mentioning that you can use client_id. That might have been true in the past, but now the correct way is to use clientId.
Can you propose a solution?
Correction to:
{
auth: {
apple: {
clientId: "my_apple_service_identifier", // optional; provides extra validation; replace with your Service ID provided by Apple
}
}
}
Link to section:
https://docs.parseplatform.org/parse-server/guide/#configuring-parse-server-for-sign-in-with-apple
What is the issue?
It is mentioning that you can use
client_id
. That might have been true in the past, but now the correct way is to useclientId
.Can you propose a solution?
Correction to:
First reported by @ChrisEelmaa in parse-community/parse-server#6858.
The text was updated successfully, but these errors were encountered: