aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-18 03:16:20 +0700
committerShulhan <ms@kilabit.info>2022-09-18 03:21:14 +0700
commitc5214428f873ea124eb848a14907ac7a6dd210aa (patch)
tree3241b4d1a0cac56d076778c3ae5b7b912054416b /README
parent15ba9c8fb84094744288c84b1d1cdc1bb8d33096 (diff)
downloadbin.sh-c5214428f873ea124eb848a14907ac7a6dd210aa.tar.xz
all: add script jwt-decode.sh
The script decode JWT with optional secret to check for signature.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 4fd3a5f..2a9b6c6 100644
--- a/README
+++ b/README
@@ -11,6 +11,9 @@ may not an executable.
*git-update-all.sh*::
Script fetch the latest commits from all git repositories under a directory.
+*jwt-decode.sh*::
+Script to decode JWT with optional secret to check for signature.
+
*tmux-session.sh*::
Script to open new tmux session with start directory based on configuration in
`~/.tmux.session`.