1. Verifying an HS256 API Token
Backend DeveloperBackground
A developer is building a Node.js API that uses HS256-signed JWTs for authentication and needs to verify if a generated token has a valid signature.
Problem
The developer needs to check if the token's signature matches the shared secret and inspect the claims.
How to use
Paste the JWT token, select 'Verify signature' mode, and enter the shared secret in the designated field.
Mode: Verify signature, Secret: demo-secret-2026Outcome
The tool decodes the header and payload, runs claim diagnostics, and confirms the signature is valid.