truffls / sign-in-with-apple-using-django

Sign In with Apple and Server-Side verification
86 stars 15 forks source link

What is the difference between private key and key id? #6

Closed kalideir closed 3 years ago

kalideir commented 3 years ago

Hi

I am trying to integrate the code snippet you provided without the use of the social auth library, but there seem to be some extra fields that I could not find in the apple developer console. For instance, I found the apple key id but not the private key.

In your code, however, you used both the private key and key id at the same time, so how do they differ and from where to get each?

trevordevs commented 1 year ago

Was this resolved?