Paste a token to read its header and payload, and to check it against the mistakes that make one forgeable.
In your browser nothing you paste is uploadedA JWT is three base64url parts separated by dots. The first two are only encoded, not encrypted, so anyone holding the token can read them. The third is the signature, which is what stops the first two being edited.
This checks one thing. A scan reads your whole repository and tells you what an attacker would find first.
Free scan