This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# JWT Decode | |
# https://gist.github.com/patro85/2a76d16181730989b9b9af6a7ca6cd1e | |
# | |
# A BBEdit Text Filter script to take textual input and produce decode of JWT tokens. | |
# Note: Signature section is ignored. Meant to be used in conjunction with a separate JSON | |
# formatter. | |
# | |
# Installation instructions: Place this file in BBEdit's "Text Filters" folder inside of |