{"id":18289976,"url":"https://github.com/utensils/omniauth-pge","last_synced_at":"2025-08-05T23:27:37.425Z","repository":{"id":32182628,"uuid":"35756070","full_name":"utensils/omniauth-pge","owner":"utensils","description":"OmniAuth Strategy for PG\u0026E","archived":false,"fork":false,"pushed_at":"2015-09-16T16:04:00.000Z","size":216,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-24T12:06:10.608Z","etag":null,"topics":["middleware","omniauth","omniauth-strategy","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utensils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-17T07:18:44.000Z","updated_at":"2021-03-08T19:14:12.000Z","dependencies_parsed_at":"2022-08-21T00:20:38.691Z","dependency_job_id":null,"html_url":"https://github.com/utensils/omniauth-pge","commit_stats":null,"previous_names":["doomspork/omniauth-pge"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fomniauth-pge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fomniauth-pge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fomniauth-pge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fomniauth-pge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utensils","download_url":"https://codeload.github.com/utensils/omniauth-pge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318328,"owners_count":20919457,"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":["middleware","omniauth","omniauth-strategy","ruby","ruby-gem"],"created_at":"2024-11-05T14:08:59.748Z","updated_at":"2025-04-05T09:31:50.420Z","avatar_url":"https://github.com/utensils.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniAuth PG\u0026E\n\nOmniAuth strategy for [PG\u0026E's Share My Data](http://www.pge.com/en/myhome/addservices/sharemydata/vendor/testrequirements/index.page) using OAuth2.\n\n[![Gem Version](https://badge.fury.io/rb/omniauth-pge.png)](https://rubygems.org/gems/omniauth-pge) [![Build Status](https://travis-ci.org/doomspork/omniauth-pge.svg?branch=master)](https://travis-ci.org/doomspork/omniauth-pge) [![Code Climate](https://codeclimate.com/github/doomspork/omniauth-pge/badges/gpa.svg)](https://codeclimate.com/github/doomspork/omniauth-pge) [![Coverage Status](https://coveralls.io/repos/doomspork/omniauth-pge/badge.png)](https://coveralls.io/r/doomspork/omniauth-pge) [![Dependency Status](https://gemnasium.com/doomspork/omniauth-pge.svg)](https://gemnasium.com/doomspork/omniauth-pge)\n\n## Usage\n\nAdd the strategy to your `Gemfile` alongside OmniAuth:\n\n```ruby\ngem 'omniauth'\ngem 'omniauth-pge'\n```\n\nThen integrate the strategy into your middleware:\n\n```ruby\nuse OmniAuth::Builder do\n  provider :pge, ENV['PGE_CLIENT_ID'], ENV['PGE_CLIENT_SECRET']\nend\n```\n\nIn Rails, you'll want to add to the middleware stack:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :pge, ENV['PGE_CLIENT_ID'], ENV['PGE_CLIENT_SECRET']\nend\n```\n\nFor additional information, refer to the [OmniAuth wiki](https://github.com/intridea/omniauth/wiki).\n\n## Contributing\n\nFeedback, feature requests, and fixes are welcomed and encouraged.  Please make appropriate use of [Issues](https://github.com/doomspork/omniauth-pge/issues) and [Pull Requests](https://github.com/omniauth/pge_auth/pulls).  All code should have accompanying tests.\n\nBe sure to familiarize yourself with the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\nPlease see [LICENSE](LICENSE) for licensing details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futensils%2Fomniauth-pge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futensils%2Fomniauth-pge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futensils%2Fomniauth-pge/lists"}