Pasteon
Official

JWT Inspector

Decode JWT headers and payloads or inspect expiration times without verifying signatures.

Editor mode
Script Filter
Category
developer
Supported inputs
Text
Distribution
Install from Workflow Hub
Example input
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjMiLCJleHAiOjQxMDI0NDQ4MDB9.signature
Example output
{
  "sub": "123",
  "exp": 4102444800
}

Signature not verified

When it appears

Pasteon shows this Workflow only for matching Text clipboard items.

What it can access

The Workflow receives the selected clipboard item and the runtime context required for its declared action.

Customize safely

Duplicate or edit the Workflow in Pasteon Settings. Review imported code and Variables before enabling it.

Build your own clipboard Workflow

Learn visual Steps, Code mode, Variables, Script Filters, and the complete runtime protocol.