Skip to content

Instantly share code, notes, and snippets.

@beryu
Last active March 24, 2020 16:10
Show Gist options
  • Save beryu/c0c4b5fcba8b97c114024a91a7645948 to your computer and use it in GitHub Desktop.
Save beryu/c0c4b5fcba8b97c114024a91a7645948 to your computer and use it in GitHub Desktop.
client_id's claim payload | Sign in with Apple
key value where you get
iss "AB1C23D4EF" Copy Team ID from Membership
iat 1585000000 Set current unix time
exp 1586000000 Set expiration unix time. It must be smaller than 6 months later
aud "https://appleid.apple.com" It's fixed value
sub "com.example.app.signin" Same value with client_id parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment