Techofficer / node-apple-signin

Node.JS wrapper around Sign In with Apple REST API
MIT License
53 stars 40 forks source link

Client Secret issue for request verify authorization code? #19

Closed mad-hengseyha closed 1 year ago

mad-hengseyha commented 1 year ago

I got an error for request to verify authorization code as below:

"error": "invalid_client"

this error is because of client_secret value.

can you please help to figure out this issue?

Thanks