Browser-only инструмент
JWT декодер
Просматривайте claims токена для отладки, но помните: decode не равен verify.
Browser-only инструмент
Просматривайте claims токена для отладки, но помните: decode не равен verify.
Внимание: декодирование не равно верификации. Не вставляйте production токены, если не доверяете локальной среде.
Подпись этим инструментом не проверяется.
JWT decoding runs locally in your browser. The token is not uploaded by this static page.
No. It decodes header and payload only. Verification needs trusted keys and issuer rules.
Avoid it. Tokens can grant access and may also be stored in browser history or screenshots.
The tool decodes the Base64URL header and payload. It shows the signature segment but does not validate it.
Not without signature, issuer, audience, expiry, and policy validation.
JWT inspection is useful for debugging, but the page must clearly warn about risks and avoid uploading data.