Skip to content

Instantly share code, notes, and snippets.

@calvincodes
Last active August 13, 2019 18:00
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 calvincodes/3a1a9945855f648db2a9de0b65e13217 to your computer and use it in GitHub Desktop.
Save calvincodes/3a1a9945855f648db2a9de0b65e13217 to your computer and use it in GitHub Desktop.
Sample JWT Header
{
"alg": "HS256",
"typ": "JWT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment