A simple, zero dependency, client-side web app for decoding JSON Web Tokens (JWT). Demo: https://marc.codeberg.page/jwt-decoder.
- JavaScript 64.5%
- HTML 23.6%
- CSS 11.9%
| css | Inital commit | |
| docs | Inital commit | |
| .gitignore | Inital commit | |
| app.js | Inital commit | |
| favicon.svg | Inital commit | |
| index.html | Inital commit | |
| LICENSE | Update 'LICENSE' | |
| README.md | Inital commit | |
JWT Decoder
A simple, zero dependency, client-side web app for decoding JSON Web Tokens (JWT).
Hover over the exp or iat date to see it in a human-readable format and in your browser's timezone.
In addition, the exp date is highlighted in red to indicate that the JWT has expired.