


We use cookies to improve your experience
We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience.
Learn how to decode and inspect JWT tokens to debug authentication issues in your application.
In DevTools, check the Application tab > Cookies or Local Storage for tokens. Also check the Network tab > request Headers for Authorization headers.
The "exp" claim is a Unix timestamp. The decoder converts it to a human-readable date so you can see exactly when the token expires.
Open the tool and follow the steps above. It is free, private, and works in your browser.
Try It Now