[thedevbox]
loading
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "123",
"name": "devbox",
"iat": 1714529600
}signatureThe JWT decoder displays token header and payload data so claims, expiry values, issuers, and scopes can be inspected without sending the token to a server.