JWT Decoder
Paste a token and see what is inside it — who issued it, what it allows, and whether it has expired. Your token is never sent anywhere, which matters because a JWT is often a working login.
A JWT is usually a live credential. Anyone holding it can often act as you until it expires. This tool decodes it entirely inside your browser and sends nothing anywhere — but be careful where else you paste tokens.