From 24050ceab1a8d063009cf47018ce69f8b22e4228 Mon Sep 17 00:00:00 2001 From: xta Date: Mon, 8 Jan 2024 23:33:05 -0800 Subject: [PATCH] add Readme --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Readme.md 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