aboutsummaryrefslogtreecommitdiffstats
path: root/www/jwt-cli/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/jwt-cli/pkg-descr')
-rw-r--r--www/jwt-cli/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/jwt-cli/pkg-descr b/www/jwt-cli/pkg-descr
new file mode 100644
index 000000000000..4ebd0bfe0f90
--- /dev/null
+++ b/www/jwt-cli/pkg-descr
@@ -0,0 +1,8 @@
+Command line tool to help you work with JSON Web Tokens (JWTs). Like
+most JWT command line tools out there, you can decode almost any JWT
+header and claims body. Unlike any that I've found, however, jwt-cli
+allows you to encode a new JWT with nearly any piece of data you can
+think of. Custom header values (some), custom claim bodies (as long
+as it's JSON, it's game), and using any secret you need.
+
+WWW: https://github.com/mike-engel/jwt-cli