{"id":37172241,"url":"https://github.com/initialcapacity/oauth-starter","last_synced_at":"2026-01-14T20:08:35.565Z","repository":{"id":112533962,"uuid":"496047133","full_name":"initialcapacity/oauth-starter","owner":"initialcapacity","description":"oauth-starter","archived":false,"fork":false,"pushed_at":"2022-06-17T12:28:17.000Z","size":192,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T05:05:51.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/initialcapacity.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":"2022-05-25T01:51:29.000Z","updated_at":"2024-07-17T21:03:30.000Z","dependencies_parsed_at":"2023-05-04T16:08:23.557Z","dependency_job_id":null,"html_url":"https://github.com/initialcapacity/oauth-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/initialcapacity/oauth-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialcapacity%2Foauth-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialcapacity%2Foauth-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialcapacity%2Foauth-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialcapacity%2Foauth-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/initialcapacity","download_url":"https://codeload.github.com/initialcapacity/oauth-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initialcapacity%2Foauth-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":"2026-01-14T20:08:34.637Z","updated_at":"2026-01-14T20:08:35.521Z","avatar_url":"https://github.com/initialcapacity.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuth starter\n\n[![Build results](https://github.com/initialcapacity/oauth-starter/workflows/build/badge.svg)](https://github.com/initialcapacity/oauth-starter/actions)\n[![codecov](https://codecov.io/gh/initialcapacity/oauth-starter/branch/main/graph/badge.svg)](https://codecov.io/gh/initialcapacity/oauth-starter)\n\nAn [application continuum](https://www.appcontinuum.io/) style example using Golang\nthat includes an OAuth 2 server with PKCE support.\n\n* [OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)\n* [Proof Key for Code Exchange](https://datatracker.ietf.org/doc/html/rfc7636)\n* [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html)\n\n## Getting Started\n\nInstall the following prerequisites.\n\n* [Go 1.18](https://go.dev)\n* [Pack](https://buildpacks.io)\n* [Docker Desktop](https://www.docker.com/products/docker-desktop)\n* [Node.js](https://nodejs.org/en/)\n\nBuild golang binaries with Pack.\n\n```bash\npack build oauth-starter --builder heroku/buildpacks:20\n```\n\nBuild and pack the frontend app with NPM.\n\n```bash\ncd web\nnpm run build\nnpm run pack\ncd -\n```\n\nRun with docker compose.\n\n```bash\ndocker-compose up\n````\n\n## Development\n\nGenerate private and public keys.\n\n```bash\nopenssl genrsa -out private.pem 2048\nopenssl rsa -in private.pem -pubout -outform PEM -out public.pem\n```\n\nThat's a wrap for now.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitialcapacity%2Foauth-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finitialcapacity%2Foauth-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitialcapacity%2Foauth-starter/lists"}