{"id":15679000,"url":"https://github.com/trstringer/jwt-creator","last_synced_at":"2025-05-07T09:08:49.186Z","repository":{"id":48383268,"uuid":"497190207","full_name":"trstringer/jwt-creator","owner":"trstringer","description":"Utility to quickly and easily create and verify JSON web tokens (JWT)","archived":false,"fork":false,"pushed_at":"2022-06-04T13:28:46.000Z","size":8,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T09:08:43.036Z","etag":null,"topics":["jwt","jwt-authentication","jwt-token","pki"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trstringer.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":"2022-05-28T02:19:36.000Z","updated_at":"2024-06-26T16:22:46.000Z","dependencies_parsed_at":"2022-09-26T16:31:03.369Z","dependency_job_id":null,"html_url":"https://github.com/trstringer/jwt-creator","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/trstringer%2Fjwt-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fjwt-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fjwt-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fjwt-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trstringer","download_url":"https://codeload.github.com/trstringer/jwt-creator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847496,"owners_count":21813454,"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","jwt-authentication","jwt-token","pki"],"created_at":"2024-10-03T16:25:54.871Z","updated_at":"2025-05-07T09:08:49.162Z","avatar_url":"https://github.com/trstringer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwt-creator\n\nQuickly and easily create and verify JWTs.\n\n## Installation\n\n```\n$ go install github.com/trstringer/jwt-creator@latest\n```\n\n## Create a JWT\n\n```\n$ jwt-creator create \\\n    --private-key-file myprivatekey.pem \\\n    --issued-at-now --expires-in-seconds 300 \\\n    --issuer myissuer\n```\n\n## Verify a JWT\n\n```\n$ jwt-creator verify \\\n    --public-key-file mypublickey.pem \\\n    --token \u003cjwt\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fjwt-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrstringer%2Fjwt-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fjwt-creator/lists"}