Signing algorithm

none

none is a JWT signing algorithm in the Unsecured family. See its key type, hash and whether this tool can verify it below.

Family
Unsecured
Key type
None (unsecured)
Hash
Verifiable here
No (public key needed)

How it works

alg=none is an unsecured JWT with no signature. Anyone can forge the payload, so it must never be accepted where it crosses a trust boundary.

Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder