{"id":25524783,"url":"https://github.com/breathbath/oauth-test","last_synced_at":"2026-01-18T10:40:17.638Z","repository":{"id":65149848,"uuid":"344187762","full_name":"breathbath/oauth-test","owner":"breathbath","description":"Testing JWT token generation with github.com/ory/fosite","archived":false,"fork":false,"pushed_at":"2021-03-03T21:55:04.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T20:05:54.790Z","etag":null,"topics":[],"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/breathbath.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}},"created_at":"2021-03-03T16:18:10.000Z","updated_at":"2021-12-15T11:47:24.000Z","dependencies_parsed_at":"2023-01-02T15:24:47.602Z","dependency_job_id":null,"html_url":"https://github.com/breathbath/oauth-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/breathbath/oauth-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breathbath%2Foauth-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breathbath%2Foauth-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breathbath%2Foauth-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breathbath%2Foauth-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breathbath","download_url":"https://codeload.github.com/breathbath/oauth-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breathbath%2Foauth-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-19T20:05:35.104Z","updated_at":"2026-01-18T10:40:17.604Z","avatar_url":"https://github.com/breathbath.png","language":"Go","funding_links":[],"categories":["Archived, Outdated, and WIP"],"sub_categories":["Ory Fosite"],"readme":"# Library for testing oauth implementation with JWT tokens\n\n## How to run it in Docker\n\n    docker build -t oauth-test -f docker/Dockerfile .\n    docker run -it -p 8000:8000 oauth\n\n## How to generate a JWT token with curl\n\n    curl -XPOST 127.0.0.1:8000/token --header 'content-type: application/x-www-form-urlencoded' --data grant_type=client_credentials -u admin:foobar -d scope=fosite -d audience=admins\n\n## How to get private and public keys\n\nJust watch to the console output when the library is started\n\n## Hot to verify the access token\n\n- Copy the `access_token` value from the curl command mentioned above \n- Go to https://jwt.io/\n- Copy public key and see if \"Signature Verified\" is shown\n\n## To deploy in K8s\n\n\n    kubectl apply -f deployments/k8s\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreathbath%2Foauth-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreathbath%2Foauth-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreathbath%2Foauth-test/lists"}