Ferramentas de Desenvolvimento
JWT Decoder
Decode JWT header e payload comout verifying the signature.
Entrada
JWT Decoder
jwttokenauthdecoder
Saída
Decoded JWT
Expires
2100-01-01T00:00:00.000Z
Header
{
"alg": "HS256",
"typ": "JWT"
}
Payload
{
"sub": "123456",
"project": "ToolDock",
"role": "editor",
"exp": 4102444800
}
Signature
signatureFerramentas relacionadas
JSON paramatador
Pretty-print raw JSON com configurable indentation.
JSON Validador
ValiData JSON e get a clean parse result.
JSON Minifier
Compress JSON into a single-line payload.
JSON Diff
Compare two JSON documents e list what changed.
Regex Tester
Run a regular expression against sample Texto e inspect matches.
SQL paramatador
Make messy SQL readable com Palavra-chave casing e line breaks.