https://github.com/xta/jwt-datetime
parses JWT and displays the date values as human readable. all client side
https://github.com/xta/jwt-datetime
datetime jwt local
Last synced: about 1 month ago
JSON representation
parses JWT and displays the date values as human readable. all client side
- Host: GitHub
- URL: https://github.com/xta/jwt-datetime
- Owner: xta
- Created: 2024-01-09T06:30:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T07:33:08.000Z (about 2 years ago)
- Last Synced: 2025-01-17T08:44:44.844Z (about 1 year ago)
- Topics: datetime, jwt, local
- Language: HTML
- Homepage: https://xta.github.io/jwt-datetime/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JWT DateTime
[This is a simple page that parses your JWT and displays the date values (exp, nbf, and iat claim values) as human readable](https://xta.github.io/jwt-datetime/). All validation and debugging is done locally (on your browser client).
based on a [gist](https://gist.github.com/Einstrasse/7df8fa75a598954548b63a49e775ebdd)
---
by [xta](https://github.com/xta) 2024