Skip to content

Instantly share code, notes, and snippets.

@dalion619
Last active November 7, 2021 17:55
Show Gist options
  • Save dalion619/6e58903230be7a3484f27746e5457d85 to your computer and use it in GitHub Desktop.
Save dalion619/6e58903230be7a3484f27746e5457d85 to your computer and use it in GitHub Desktop.
Apple MapKit JS JWT Structure
//Header
{
"alg": "ES256",
"typ": "JWT",
"kid": "Your KeyID"
}
//Payload
{
"iss": "Your TeamID",
"iat": 1636071752,
"exp": 1636075352
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment