Does this tool verify JWT signatures?
Yes. HS256 signatures can be verified by providing the shared secret in the debugger.
Security & Auth
Inspect JWT header and payload content, verify structure, and speed up authentication debugging without leaving your browser workflow.
Decode header and payload instantly. Add an HMAC secret to verify HS256 signatures.
Yes. HS256 signatures can be verified by providing the shared secret in the debugger.
Yes. Decoding still works for expired tokens so you can inspect claims and troubleshoot auth issues.
Sponsored