Input
JWT presets
Header
-
Payload
-
Keyboard Shortcuts
Ctrl/Cmd + Enter
Run main action
Ctrl/Cmd + Shift + C
Copy tool output
Esc
Clear active input
How It Works
Flow
- - Decodes JWT header/payload and verifies HS256 signature against secret.
Accepted Formats
- - JWT format `header.payload.signature`, Base64URL segments.
Limitations
- - Verification supports HS256 only.
Notes
- Use examples to test common scenarios quickly.
- Review tool outputs before production use.