{"id":15151483,"url":"https://github.com/nejdetkadir/google-github-omniauth-starter","last_synced_at":"2026-01-20T04:32:00.464Z","repository":{"id":132709271,"uuid":"360043854","full_name":"nejdetkadir/google-github-omniauth-starter","owner":"nejdetkadir","description":"A sample template showcases how to use omniauth (google \u0026 github) on rails 6.x","archived":false,"fork":false,"pushed_at":"2021-04-21T06:43:11.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T09:43:05.204Z","etag":null,"topics":["omniauth","rails6"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nejdetkadir.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":"2021-04-21T05:34:04.000Z","updated_at":"2021-04-21T06:43:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0b4a558-a94d-40ae-89ea-dde302d3f4b4","html_url":"https://github.com/nejdetkadir/google-github-omniauth-starter","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"f283f913a5c9b592b0207f9fcdf6cf8ed2f7bf67"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nejdetkadir/google-github-omniauth-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejdetkadir%2Fgoogle-github-omniauth-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejdetkadir%2Fgoogle-github-omniauth-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejdetkadir%2Fgoogle-github-omniauth-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejdetkadir%2Fgoogle-github-omniauth-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nejdetkadir","download_url":"https://codeload.github.com/nejdetkadir/google-github-omniauth-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejdetkadir%2Fgoogle-github-omniauth-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":["omniauth","rails6"],"created_at":"2024-09-26T15:03:44.395Z","updated_at":"2026-01-20T04:32:00.438Z","avatar_url":"https://github.com/nejdetkadir.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google github omniauth starter\n\n* Ruby version\n  ```\n  ruby 3.0.0\n  ```\n\n* Rails version\n  ```\n  Rails 6.1.3.1\n  ```\n\n# Installation\n\n## Prerequisites\n- [Ruby](https://rvm.io/)\n- [NodeJS (\u003e=10.x)](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)\n- [Yarn](https://yarnpkg.com/lang/en/docs/install/#debian-stable)\n- [PostgreSQL](https://www.postgresql.org/download/)\n\n\n## Installation\n\n- Install GEM dependencies:\n\n  ```bash\n  bundle install\n  ```\n\n- Install asset dependencies:\n\n  ```bash\n  rails webpacker:install\n  ```\n\n- Create database, migrate tables and run the seed data:\n\n  ```bash\n  rails db:create\n  rails db:migrate\n  rails db:seed\n  ```\n\n- If you are setting up again, when you already have previous databases:\n\n  ```bash\n  rails db:reset\n  ```\n- For dropping database\n  ```bash\n  rails db:drop\n  ```\n\n- Create environment variables for omniauth providers, Create a file named \"config/application.yml\" and fill its contents as follows\n  \n  ```yml\n  OA_GOOGLE_CLIENT_ID: 'XXX'\n  OA_GOOGLE_SECRET_KEY: 'XXX'\n  OA_GITHUB_CLIENT_ID: 'XXX'\n  OA_GITHUB_SECRET_KEY: 'XXX'\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejdetkadir%2Fgoogle-github-omniauth-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnejdetkadir%2Fgoogle-github-omniauth-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejdetkadir%2Fgoogle-github-omniauth-starter/lists"}