Created
March 10, 2021 13:24
-
-
Save jovemfelix/2c24e07c10ae97be9635f12cd4862e90 to your computer and use it in GitHub Desktop.
Install mac cli to decode JWT token
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
| brew tap mike-engel/jwt-cli | |
| brew install jwt-cli | |
| brew install jq | |
| TOKEN=$(curl <TOKEN-ENDPOINT> | jq -r .token) | |
| jwt decode $TOKEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment