{"id":36495659,"url":"https://github.com/felixvo/homebrew-jwtcli","last_synced_at":"2026-01-12T02:02:53.190Z","repository":{"id":113713849,"uuid":"183739100","full_name":"felixvo/homebrew-jwtcli","owner":"felixvo","description":"Decode, verify and generate JWT in terminal","archived":false,"fork":false,"pushed_at":"2020-04-19T11:42:43.000Z","size":8322,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-05T19:34:20.459Z","etag":null,"topics":["cli","jwt","jwt-cli","jwt-token"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixvo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-04-27T06:51:57.000Z","updated_at":"2024-06-19T10:13:13.767Z","dependencies_parsed_at":null,"dependency_job_id":"7a503b77-e468-410b-8c0d-62663611f1f4","html_url":"https://github.com/felixvo/homebrew-jwtcli","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/felixvo/homebrew-jwtcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixvo%2Fhomebrew-jwtcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixvo%2Fhomebrew-jwtcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixvo%2Fhomebrew-jwtcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixvo%2Fhomebrew-jwtcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixvo","download_url":"https://codeload.github.com/felixvo/homebrew-jwtcli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixvo%2Fhomebrew-jwtcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","jwt","jwt-cli","jwt-token"],"created_at":"2026-01-12T02:00:50.591Z","updated_at":"2026-01-12T02:02:53.175Z","avatar_url":"https://github.com/felixvo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWT CLI\n![JWT CLI](./terminal.png)\n\nDecode/Verify and generate JWT from your terminal\n\n## Installation\n\n```bash\nbrew tap felixvo/jwtcli\nbrew install jwtcli\n```\n\n## Usage\n\n### Decode\n\nIf you just want to check payload.\n\n```bash\njwtcli your-token\n```\n\nOr with `secret`\n\n``` bash\njwtcli --secret your-secret token\n```\n\nEx:\n\n```bash\njwtcli -s your-256-bit-secret your-token\nHEADER\nalg:  HS256\ntyp:  JWT\nPAYLOAD\n{\n \"iat\": 1516239022,\n \"name\": \"John Doe\",\n \"sub\": \"1234567890\"\n}\nINFO\niat:  1516239022 formated:2018-01-18 08:30:22\nSIG\nSflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c \u003cnil\u003e\n```\n\n### Encode\n\n```bash\njwtcli --secret you-secret sign --payload '{\"user_id\":6,\"exp\":1587971056}'\neyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODc5NzEwNTYsImlhdCI6MTU2NzY4MjM0MywidXNlcl9pZCI6Nn0.LtMr-_nZQCukKi6y4XTGGHdmzo8rDW20BnAdDyfLxTc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixvo%2Fhomebrew-jwtcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixvo%2Fhomebrew-jwtcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixvo%2Fhomebrew-jwtcli/lists"}