1
0
Fork
You've already forked jwt-decoder
0
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%
2023年05月27日 14:57:40 +00:00
css Inital commit 2020年11月17日 20:08:49 +02:00
docs Inital commit 2020年11月17日 20:08:49 +02:00
.gitignore Inital commit 2020年11月17日 20:08:49 +02:00
app.js Inital commit 2020年11月17日 20:08:49 +02:00
favicon.svg Inital commit 2020年11月17日 20:08:49 +02:00
index.html Inital commit 2020年11月17日 20:08:49 +02:00
LICENSE Update 'LICENSE' 2023年05月27日 14:57:40 +00:00
README.md Inital commit 2020年11月17日 20:08:49 +02:00

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.

---> DEMO <---

Screenshot

Screenshot

License

AGPL v3