This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
key | value | where you get |
---|---|---|
alg | "ES256" | It's fixed value |
kid | "12AB3C456D" | Copy Key ID of Secret Key for Sign in with Apple from Keys |
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 |