Decodificador y Validador de JWT

Decodifica JSON Web Tokens y verifica firmas HS256. Todo se ejecuta localmente en tu navegador, nada se envía a ningún servidor.

JSON Web Token
adrianmartinez@jwt-decoder:~$

> All decoding happens locally in your browser

> The token and secret are never sent to a server

> Only HS256 signature verification is supported

>