DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
HomeSecurity / CryptoJWT Timeline

About JWT Timeline

JWT Timeline preview - Security / Crypto tool

Decode JWT + show iat / nbf / exp as ISO + delta from now. Part of the DevTools Surf developer suite. Browse more tools in the Security / Crypto collection.

Use Cases

  • Backend developers debugging expired token errors in API responses
  • Security engineers verifying token lifetimes comply with security policies
  • DevOps teams troubleshooting clock skew issues between microservices
  • QA testers checking that token expiry matches the configured TTL

Tips

  • Paste a JWT to see iat, nbf, and exp as readable ISO timestamps
  • Check the delta from now to see if a token is expired or not yet valid
  • Use it to debug token lifetime issues in OAuth and API authentication

Fun Facts

  • JWT timestamps use Unix epoch seconds (seconds since January 1, 1970), not milliseconds — a common source of bugs when JavaScript's Date.now() returns milliseconds.
  • The 'nbf' (not before) claim is often overlooked but is critical for tokens issued slightly before the recipient's clock — clock skew of 30-60 seconds is common.
  • JWTs with no 'exp' claim never expire, which is a security risk. OWASP recommends access tokens expire in 5-15 minutes and refresh tokens in 7-30 days.

FAQ

What's the timeline view?
Shows iat (issued at), nbf (not before), and exp (expiration) as timestamps with visual timeline. Plus delta from now (+15 minutes, -3 hours).
Why is this useful?
Auth debugging — when a token is rejected, knowing whether it's not-yet-valid, expired, or in the wrong time zone speeds diagnosis.
What about clock skew?
Yes — the tool shows relative time. Some auth servers allow ±30s clock skew; the timeline makes clock-drift issues visible.
Does it validate the signature?
No — just shows the timestamps. Use JWT Encoder/Decoder for signature operations. Timeline focuses on the time-related claims.

Related Security / Crypto Tools

Hash Generator v2HMAC Generator v2JWT EncoderBcrypt Hash TesterHMAC GeneratorPassword Strength AnalyzerTOTP / 2FA GeneratorSAML Response Decoder
New · Flagshipsimple REST client

REST Handler — Collections, env vars, history, cURL converter

Send requests, save collections (nested), swap environments, and convert between cURL / Collection JSON / REST Handler YAML.

Open

Popular tools

The most-used tools on DevToolsSurf, one click away.

Encoding & crypto

  • Base64 Encode
  • Base64 Decode
  • URL Encoder
  • URL Decoder
  • Hash Generator
  • JWT Decoder
  • JWT Encoder
  • UUID Generator
  • ULID Generator
  • Password Generator
  • Bcrypt Hash Tester

Converters

  • CSV to JSON
  • JSON to CSV
  • XML to JSON
  • JSON to XML
  • HTML → Markdown
  • HTML → React JSX
  • cURL to Code
  • Collection JSON → cURL
  • Swagger to Collection JSON
  • JSON → Go Struct
  • JSON → TypeScript Types

JSON & YAML

  • JSON Formatter
  • JSON Validator
  • JSON Viewer
  • JSON Minifier
  • JSON Diff
  • JSONPath Tester
  • YAML Formatter
  • YAML to JSON
  • JSON to YAML

Text & regex

  • Regex Tester
  • Text Diff
  • Case Converter
  • Word Counter
  • Markdown Preview
  • Slug Generator
  • Lorem Ipsum Generator
  • Markdown → PDF

CSS & color

  • CSS Beautifier
  • Minify CSS
  • Color Converter
  • Gradient Generator
  • Contrast Checker
  • Color Palette Generator
  • Flexbox Playground
  • Tailwind → CSS

Generators

  • QR Code Generator
  • Mock Data Generator
  • Favicon Generator
  • .gitignore Builder
  • README.md Generator
  • Dockerfile Generator
  • Sitemap Generator

API & networking

  • REST Handler
  • HTTP Header Analyzer
  • IP Address Lookup
  • CIDR Calculator
  • User-Agent Parser
  • HTTP Status Reference
  • OpenAPI Viewer

Date & time

  • Timestamp Converter
  • Timezone Converter
  • Cron Expression Parser
  • Duration Calculator
  • Age Calculator
  • Date Format Converter

Images

  • Image Converter
  • Image Resizer (Batch)
  • SVG Optimizer
  • Base64 ↔ Image
  • WebP ↔ AVIF Converter
  • Image Compressor

PDF tools

  • PDF Merger
  • PDF Splitter
  • PDF Compressor
  • Markdown → PDF
  • EPUB → PDF
  • MOBI / AZW → PDF
  • DOCX → PDF
  • HTML → PDF

Resources

  • Community feed
  • Themes marketplace
  • Pricing & credits
  • Privacy policy
  • Terms of service
  • Sitemap
  • robots.txt

Your account

  • Sign in
  • Dashboard
  • Run history
  • My profile
  • Settings
DevTools Surf logo
DevTools Surf919+ tools

Fast · privacy-first · client-side · © 2026

Home·Feed·ThemesPricing·Sign inPrivacy·Sitemap Feedback