{"id":22898826,"url":"https://github.com/jroyal/cfjwt","last_synced_at":"2025-07-03T05:04:46.690Z","repository":{"id":57596989,"uuid":"168990445","full_name":"jroyal/cfjwt","owner":"jroyal","description":"Command line utility for parsing JWTs and getting claims","archived":false,"fork":false,"pushed_at":"2021-01-19T21:37:39.000Z","size":1040,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T01:53:46.574Z","etag":null,"topics":["cloudflare-access","jwt"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jroyal.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}},"created_at":"2019-02-03T20:33:30.000Z","updated_at":"2023-11-07T12:50:47.000Z","dependencies_parsed_at":"2022-08-25T00:21:29.606Z","dependency_job_id":null,"html_url":"https://github.com/jroyal/cfjwt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jroyal/cfjwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroyal%2Fcfjwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroyal%2Fcfjwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroyal%2Fcfjwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroyal%2Fcfjwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jroyal","download_url":"https://codeload.github.com/jroyal/cfjwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroyal%2Fcfjwt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264640,"owners_count":23439247,"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":["cloudflare-access","jwt"],"created_at":"2024-12-14T00:35:00.448Z","updated_at":"2025-07-03T05:04:46.664Z","avatar_url":"https://github.com/jroyal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cfjwt\n\nCommand line utility for parsing JWTs and getting claims\n\n```\n$ cfjwt --help\nUsage of cfjwt:\n  -t    humanize the timestamps\n  -v    verify the JWT\n```\n\n```\n$ echo 'eyJhbGciOiJSUzI1NiIsImtpZCI6IjY1OTNkOWFjZjkyY ...' | cfjwt\n{\n  \"alg\": \"RS256\",\n  \"kid\": \"6593d9acf92b87faca750a78f7b308a844a57ae51c25ed7322fe06d6d8a6b9b0\",\n  \"typ\": \"JWT\"\n}\n\n{\n  \"aud\": [\n    \"32eafc7626e974616deaf0dc3ce63d7bcbed58a2731e84d06bc3cdf1b53c4551\"\n  ],\n  \"email\": \"test@example.com\",\n  \"exp\": 1551854755,\n  \"iat\": 1549226755,\n  \"iss\": \"https://james.cloudflareaccess.com\",\n  \"nonce\": \"6c464bf601793547fcc456f50f5257b51c9b245401413f97d724a06ed86df77D\",\n  \"sub\": \"b2790424-651e-439b-998e-ef9f27b0ddee\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroyal%2Fcfjwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjroyal%2Fcfjwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroyal%2Fcfjwt/lists"}