Sign inSign up

msabramo/jwt_decode

By msabramo

Updated over 9 years ago

CLI for quick and dirty decoding of JWTs (JSON Web Tokens)

Image
0

1.1K

msabramo/jwt_decode repository overview

jwt_decode

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
}

Tag summary

Content type

Image

Digest

Size

30.5 MB

Last updated

over 9 years ago

docker pull msabramo/jwt_decode