{"id":20148238,"url":"https://github.com/chainguard-dev/justtrustme","last_synced_at":"2025-04-09T19:51:34.712Z","repository":{"id":97863251,"uuid":"592931776","full_name":"chainguard-dev/justtrustme","owner":"chainguard-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T08:57:20.000Z","size":48,"stargazers_count":53,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-22T00:05:26.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://justtrustme.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chainguard-dev.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":"2023-01-24T20:57:10.000Z","updated_at":"2025-02-27T20:00:38.000Z","dependencies_parsed_at":"2024-03-08T03:27:10.251Z","dependency_job_id":"e2124e85-5bde-4a43-8830-f4a56e7434cf","html_url":"https://github.com/chainguard-dev/justtrustme","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/chainguard-dev%2Fjusttrustme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainguard-dev%2Fjusttrustme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainguard-dev%2Fjusttrustme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainguard-dev%2Fjusttrustme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chainguard-dev","download_url":"https://codeload.github.com/chainguard-dev/justtrustme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103900,"owners_count":21048244,"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":[],"created_at":"2024-11-13T22:35:56.097Z","updated_at":"2025-04-09T19:51:34.684Z","avatar_url":"https://github.com/chainguard-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# justtrustme\n\njusttrust me is a demo/testing OIDC token issuer. It will accept any claims as\nquery parameters (or POST body using JSON encoding) and mint valid OIDC tokens\nwith them.\n\nNeedless to say, __do not trust anything about this__.\n\nInteresting endpoints:\n\n- [/](https://justtrustme.dev/)\n- [/token](https://justtrustme.dev/token)\n- [/token?aud=sts.amazonaws.com\u0026likes_dogs=true\u0026debug=true](https://justtrustme.dev/token?aud=sts.amazonaws.com\u0026likes_dogs=true\u0026debug=true)\n- [/keys](https://justtrustme.dev/keys)\n- [/.well-known/openid-configuration](https://justtrustme.dev/.well-known/openid-configuration)\n\n`?debug=true` is a special query arg that will render a decoded token.\n\nYou can also POST a JSON struct that contains the keys. This allows for embedded\nqueries for example. As an example:\n`curl -X POST 'https://justtrustme.dev/token?debug=true\u0026foo=bar' -d '{\"key1\":\"value1\",\"embedded\":{\"key2\":\"value2\",\"key3\":\"value3\"}}'`\n\nWould create the following claims:\n```\n\t\"payload\": {\n\t\t\"embedded\": {\n\t\t\t\"key2\": \"value2\",\n\t\t\t\"key3\": \"value3\"\n\t\t},\n\t\t\"exp\": 1680999300,\n\t\t\"foo\": \"bar\",\n\t\t\"iat\": 1680997500,\n\t\t\"iss\": \"https://justtrustme.dev\",\n\t\t\"key1\": \"value1\"\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainguard-dev%2Fjusttrustme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainguard-dev%2Fjusttrustme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainguard-dev%2Fjusttrustme/lists"}