GameParticles

JWT Decoder

DeveloperNew

Paste any JWT to instantly decode the header and payload. Explains common claims (iss, sub, exp), shows expiry countdown, and highlights the signature algorithm.

Paste Token
Payload
Paste a JWT on the left to decode it

Works great for

🐛

Debugging auth failures

Instantly decode a JWT to inspect its claims and spot misconfigured subject, audience, or issuer values causing 401 errors. No libraries needed. Just paste the token.

🔒

Security auditing tokens

Security engineers can audit JWT payloads for overly permissive scopes, missing expiry (exp) claims, or weak algorithm choices (e.g. none or HS256 with a short secret).

🧪

QA token claim verification

QA teams can verify that the correct roles, scopes, and user attributes are embedded in tokens returned by the auth service after login or token refresh flows.

🎓

Learning JWT structure

See the three-part header.payload.signature structure decoded side by side. Great for developers learning about JSON Web Tokens, Base64url encoding, and signing algorithms.

Checking token expiry

Quickly check the exp and iat claims in human-readable form to confirm whether a token is still valid or has expired. No code needed.

🔗

OAuth2 / OIDC debugging

Decode access tokens and ID tokens from OAuth2 and OIDC flows to verify scopes, nonce, and identity claims during integration testing with providers like Auth0, Okta, or Keycloak.

jwt decoderdecode jwtjson web tokenjwt claimsjwt payloadjwt headerjwt token inspectorjwt expirybearer tokenoauth token
JSON Formatter
Developer · Format, validate and minify JSON with syntax highlighting.
Base64 Encode / Decode
Developer · Encode text to Base64 or decode Base64 back to plain text.
URL Encoder / Decoder
Developer · Encode or decode URL components and query strings.
Hash Generator
Developer · Generate MD5, SHA-1, SHA-256 and SHA-512 hashes.
UUID Generator
Developer · Generate UUIDs v4 (random) in bulk with one click.
Regex Tester
Developer · Test regular expressions against text with live match highlighting.
Word Counter
Text · Count words, characters, sentences, paragraphs and reading time.
Case Converter
Text · Convert text between UPPER, lower, Title, camelCase, snake_case and more.
List Sorter
Text · Sort, reverse, deduplicate and shuffle lists of text.
Markdown Preview
Text · Write Markdown and see a live rendered preview side by side.
Percentage Calculator
Numbers · Calculate percentages, increases, decreases and what % one number is of another.
Color Converter
Colors · Convert colors between HEX, RGB, HSL and HSV instantly.
Snake
Arcade · Eat food, grow longer, don't hit the walls. A timeless classic.
2048
Puzzle · Slide tiles and combine them to reach the legendary 2048 tile.