{"id":17963587,"url":"https://github.com/msabramo/jwt_decode","last_synced_at":"2025-04-03T19:23:14.308Z","repository":{"id":137885805,"uuid":"89026892","full_name":"msabramo/jwt_decode","owner":"msabramo","description":"CLI for quick and dirty decoding of JWTs (JSON Web Tokens)","archived":false,"fork":false,"pushed_at":"2017-04-27T23:16:37.000Z","size":163,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T07:33:15.192Z","etag":null,"topics":["jwt"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msabramo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-21T22:00:54.000Z","updated_at":"2017-04-22T00:46:19.000Z","dependencies_parsed_at":"2024-03-30T21:15:59.125Z","dependency_job_id":null,"html_url":"https://github.com/msabramo/jwt_decode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fjwt_decode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fjwt_decode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fjwt_decode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fjwt_decode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msabramo","download_url":"https://codeload.github.com/msabramo/jwt_decode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247062610,"owners_count":20877300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jwt"],"created_at":"2024-10-29T11:42:20.937Z","updated_at":"2025-04-03T19:23:14.284Z","avatar_url":"https://github.com/msabramo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwt_decode\nCLI for quick and dirty decoding of JWTs (JSON Web Tokens)\n\nEasiest way to run this is with the [Docker image](https://hub.docker.com/r/msabramo/jwt_decode/).\n\n```\n$ docker run jwt-decode $JWT_TOKEN\n{\n    \"user\": {\n        \"user_id\": 305268,\n        \"username\": \"msabramo\"\n    },\n    \"repositories\": [\n        {\n            \"name\": \"behance/moonbeam\",\n            \"permissions\": [\n                \"pipeline.deploy\"\n            ]\n        },\n        {\n            \"name\": \"behance/conduit\",\n            \"permissions\": [\n                \"pipeline.deploy\"\n            ]\n        },\n        {\n            \"name\": \"behance/smoothie\",\n            \"permissions\": [\n                \"pipeline.deploy\"\n            ]\n        },\n        {\n            \"name\": \"behance/moonbeam_faker\",\n            \"permissions\": [\n                \"pipeline.admin\"\n            ]\n        }\n    ],\n    \"exp\": 1492815492,\n    \"additional_data\": {},\n    \"token_id\": 757\n}\n```\n\n![example image](images/example.png)\n\nTo make this easier, you could even add something like this to one of your dotfiles, such as `~/.profile`:\n\n```bash\njwt_decode() { docker run jwt-decode \"$@\"; }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fjwt_decode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsabramo%2Fjwt_decode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fjwt_decode/lists"}