test-jwt.io
Headers
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "alice",
"aud": "https://connie.example.com/",
"iss": "https://alice.example.com/",
"iat": 1556751813
}Last updated
Was this helpful?
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "alice",
"aud": "https://connie.example.com/",
"iss": "https://alice.example.com/",
"iat": 1556751813
}Last updated
Was this helpful?
Was this helpful?