JWT Creator
Create and sign JWT tokens using HS256
Notes
• Algorithm: HS256 (HMAC-SHA256)
• iat (issued at) is automatically added.
• exp is added when an expiry is selected.
• Signing happens entirely in your browser — the secret never leaves your device.