Decode Clerk JWTs
How this tool works
The JWT Decoder lets you decode and verify JWTs. Currently only the RS256 algorithm is supported. Paste a JWT or select a Clerk session cookie to decode and verify the token. Click 'Create Example' to generate a random key set and JWT. You can add data to the payload and click 'Resign' to generate a new JWT from the payload.
0KB
If your JWT has an OIDC compatible issuer with a JWKS endpoint, the public key will be automatically populated. Otherwise paste in your JWKS or PEM public key to verify the JWT signature.
Customize your session tokens
Learn more about how to customize your session tokens.
Session tokens
Learn more about Clerk's session tokens.
Tokens and signatures
Learn more about JWT signatures.
Clerk cookies & tokens
Learn more about how Clerk uses cookies and JWTs.
Feedback
Last updated on
Edit on GitHub