JWT Token Decoder
Decode JWT (JSON Web Tokens) and view the header, payload and signature. Automatically detects expiration. Useful for debugging API authentication.
Header
Payload
Signature (base64url)
What is a JWT?
Um JSON Web Token (JWT) é um token compacto formado por 3 partes separadas por ponto: Header (algoritmo), Payload (dados/claims) e Signature (assinatura). As duas primeiras são apenas Base64url — qualquer um pode ler, mas não alterar sem invalidar a assinatura.
Esta ferramenta decodifica o header e o payload e detecta automaticamente se o token está expirado (campo exp). A assinatura não é verificada — para isso é necessário a chave secreta.
Related Tools
Strikethrough Text Generator
Transform any text into strikethrough text using Unicode combining characters. Works on social networks.
Zalgo Text Generator
Generate creepy Zalgo text with overlapping diacritical characters. Control the intensity of the effect.
Text Diff
Compare two texts and see the differences highlighted line by line. Useful for reviewing documents and code.