Skip to content

Instantly share code, notes, and snippets.

@Mirch
Created November 30, 2018 09:41
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 Mirch/c1db6ced417be95f3b01992bb6df575b to your computer and use it in GitHub Desktop.
Save Mirch/c1db6ced417be95f3b01992bb6df575b to your computer and use it in GitHub Desktop.
jwt.json
{
"alg": "HS256",
"typ": "JWT"
}
{
"sub": "1234567890",
"name": "Adi Cucolaș",
"iat": 1516239022
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment