diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..6c54e91 --- /dev/null +++ b/Readme.md @@ -0,0 +1,9 @@ +# 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