index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
jwt-claims.sh
blob: b02575e58aa54bd3f3a9634b131b5d428c06f5d0 (
plain
) (
blame
)
1
2
3
#!/usr/bin/env bash
awk
'{print $2}'
|
awk
-F.
'{print $2}'
|
base64
--decode
|
jq