Closed mitjapotocin closed 11 months ago
Fixes: https://github.com/ananay/apple-auth/issues/31
Adding more verbose error message for accessToken call. Apple provides the reason why the request was rejected eg.:
accessToken
{ error: 'invalid_grant', error_description: 'The code has already been used.' }
Thanks!
Fixes: https://github.com/ananay/apple-auth/issues/31
Adding more verbose error message for
accessToken
call. Apple provides the reason why the request was rejected eg.: