diff options
-rwxr-xr-x | scripts/jwt-claims.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/jwt-claims.sh b/scripts/jwt-claims.sh index 9738ec9..b02575e 100755 --- a/scripts/jwt-claims.sh +++ b/scripts/jwt-claims.sh @@ -1,4 +1,3 @@ #!/usr/bin/env bash -# FIXME: move to nucli awk '{print $2}' | awk -F. '{print $2}' | base64 --decode | jq |