CLI for quick and dirty decoding of JWTs (JSON Web Tokens)
1.1K
CLI for quick and dirty decoding of JWTs (JSON Web Tokens)
Easiest way to run this is with the Docker image.
$ docker run jwt-decode $JWT_TOKEN
{
"user": {
"user_id": 305268,
"username": "msabramo"
},
"repositories": [
{
"name": "behance/moonbeam",
"permissions": [
"pipeline.deploy"
]
},
{
"name": "behance/conduit",
"permissions": [
"pipeline.deploy"
]
},
{
"name": "behance/smoothie",
"permissions": [
"pipeline.deploy"
]
},
{
"name": "behance/moonbeam_faker",
"permissions": [
"pipeline.admin"
]
}
],
"exp": 1492815492,
"additional_data": {},
"token_id": 757
}
Content type
Image
Digest
Size
30.5 MB
Last updated
over 9 years ago
docker pull msabramo/jwt_decode