Skip to content

Instantly share code, notes, and snippets.

@jimmiehansson
Created August 1, 2019 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmiehansson/9a57f21ce670689a6da264a41401311f to your computer and use it in GitHub Desktop.
Save jimmiehansson/9a57f21ce670689a6da264a41401311f to your computer and use it in GitHub Desktop.
jwt max byte
{
"type": "object",
"$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)",
"properties": {
"iat": {
"title": "Issued at time",
"type": "string",
"description": "The issued at time.",
"maxLength": 20
},
"exp": {
"title": "Expires at time",
"description": "The expires at time.",
"type": "number",
"maxLength": 20
},
"typ": {
"title": "Header type",
"type": "string",
"description": "The header type of the JWT."
},
"cty": {
"title": "Content type",
"type": "string",
"description": "The content type of the JWT."
},
"aud": {
"title": "Audience",
"description": "The audience of the JWT.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
},
"access_token": {
"title": "Access Token",
"description": "The authenticated access token in JWT format encoding.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
}
},
"required": ["name"]
}
{
"type": "object",
"$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)",
"properties": {
"iat": {
"title": "Issued at time",
"type": "string",
"description": "The issued at time.",
"maxLength": 20
},
"exp": {
"title": "Expires at time",
"description": "The expires at time.",
"type": "number",
"maxLength": 20
},
"typ": {
"title": "Header type",
"type": "string",
"description": "The header type of the JWT."
},
"cty": {
"title": "Content type",
"type": "string",
"description": "The content type of the JWT."
},
"aud": {
"title": "Audience",
"description": "The audience of the JWT.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
},
"access_token": {
"title": "Access Token",
"description": "The authenticated access token in JWT format encoding.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
}
},
"required": ["name"]
}
{
"type": "object",
"$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)",
"properties": {
"iat": {
"title": "Issued at time",
"type": "string",
"description": "The issued at time.",
"maxLength": 20
},
"exp": {
"title": "Expires at time",
"description": "The expires at time.",
"type": "number",
"maxLength": 20
},
"typ": {
"title": "Header type",
"type": "string",
"description": "The header type of the JWT."
},
"cty": {
"title": "Content type",
"type": "string",
"description": "The content type of the JWT."
},
"aud": {
"title": "Audience",
"description": "The audience of the JWT.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
},
"access_token": {
"title": "Access Token",
"description": "The authenticated access token in JWT format encoding.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
}
},
"required": ["name"]
}
{
"type": "object",
"$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)",
"properties": {
"iat": {
"title": "Issued at time",
"type": "string",
"description": "The issued at time.",
"maxLength": 20
},
"exp": {
"title": "Expires at time",
"description": "The expires at time.",
"type": "number",
"maxLength": 20
},
"typ": {
"title": "Header type",
"type": "string",
"description": "The header type of the JWT."
},
"cty": {
"title": "Content type",
"type": "string",
"description": "The content type of the JWT."
},
"aud": {
"title": "Audience",
"description": "The audience of the JWT.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
},
"access_token": {
"title": "Access Token",
"description": "The authenticated access token in JWT format encoding.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
}
},
"required": ["name"]
}
{
"type": "object",
"$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)",
"properties": {
"iat": {
"title": "Issued at time",
"type": "string",
"description": "The issued at time.",
"maxLength": 20
},
"exp": {
"title": "Expires at time",
"description": "The expires at time.",
"type": "number",
"maxLength": 20
},
"typ": {
"title": "Header type",
"type": "string",
"description": "The header type of the JWT."
},
"cty": {
"title": "Content type",
"type": "string",
"description": "The content type of the JWT."
},
"aud": {
"title": "Audience",
"description": "The audience of the JWT.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
},
"access_token": {
"title": "Access Token",
"description": "The authenticated access token in JWT format encoding.",
"type": "string",
"maxLength": 15
},
"iss": {
"title": "Issuer",
"type": "string",
"description": "The issuer of the JWT."
},
"sub": {
"title": "Subject",
"type": "string",
"description": "The subject of the JWT."
}
},
"required": ["name"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment