Aller au contenu
Lioncore

Outils

Décodeur JWT

Le token est décodé localement, jamais envoyé à un serveur. La signature n'est pas vérifiée. Utilisez votre librairie habituelle pour cela.

Header

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

Payload

{
  "sub": "1234567890",
  "name": "Jane Doe",
  "iat": 1700000000
}

Signature

Not verified, decoding only.
s8q7y4uJh7p6OQ5b5mZB8u2Sg1c9xX8h9_oJlV9XwQk