@extends('layouts.app') @section('title', 'JWT Decoder – JSON Web Token analysieren | kotsch.tech') @section('meta_description', 'JWT Token online dekodieren: Header, Payload und Claims übersichtlich anzeigen. Ablaufdatum-Prüfung, Algorithmus-Info und Base64-Dekodierung – 100% lokal.') @section('meta_extra') @endsection @section('content') @include('tools._tool_base')
Security

JWT Decoder.

JSON Web Token dekodieren, Claims prüfen und Ablaufdatum erkennen – 100% lokal, kein Server.

@include('tools._ads_banner')
@include('tools._seo_content', ['toolSlug' => 'jwt-decoder', 'toolName' => 'JWT Decoder']) @endsection