Ir al contenido principal

Workflow

Inspect a JWT token

Decode token claims, inspect base64 payloads, and convert expiry timestamps.

Start workflow

Workflow steps

  1. Step 1 · developer

    Decodificador JWT

    Inspecciona el encabezado y payload JWT (sin verificar firma).

    Abrir herramienta
  2. Step 2 · network

    Codificar/Decodificar Base64

    Convierte texto UTF-8 a Base64 y viceversa.

    Abrir herramienta
  3. Step 3 · network

    Convertidor de timestamp

    Convierte hora Unix e ISO-8601 con zonas horarias.

    Abrir herramienta