Encode & decode
JWT decode / verify
Reads a token without any key and turns its timestamps into dates; verifies the signature if you give one.
Token
secret, PEM (SPKI / X.509) or JWK · never added to the link
Decoded
Output will appear here
Reads a token without any key and turns its timestamps into dates; verifies the signature if you give one.
secret, PEM (SPKI / X.509) or JWK · never added to the link
Output will appear here