weirdnesses:
* Their token endpoint requires setting a User-Agent header, otherwise responds with an HTML error
* Client secrets are a signed JWT using ECDSA + SHA256
* An email address isn't returned even when requesting the `email` scope
Jun 3, 2019 · 9:27 PM UTC
2
9
If you're interested, here is my sample code I was able to use to get an access token and ID token from Apple
github.com/aaronpk/sign-in-w…
1
9
28

