DevTools.run

JWT Inspector

Decode and inspect JSON Web Tokens

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}
Issued: 1/18/2018, 1:30:22 AM

Signature

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Need to generate test JWTs? JWT Generator

Try our full Solana toolkit: @solscanitbot