{"id":19856960,"url":"https://github.com/johnvuko/omniauth-gocardless-oauth2","last_synced_at":"2026-03-06T02:31:50.339Z","repository":{"id":56886442,"uuid":"68292715","full_name":"johnvuko/omniauth-gocardless-oauth2","owner":"johnvuko","description":"OmniAuth Strategy for GoCardless via OAuth2 ","archived":false,"fork":false,"pushed_at":"2019-11-28T13:13:00.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T01:18:38.027Z","etag":null,"topics":["gocardless","oauth","omniauth"],"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/johnvuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-15T12:40:30.000Z","updated_at":"2018-09-12T18:01:51.000Z","dependencies_parsed_at":"2022-08-20T14:31:20.855Z","dependency_job_id":null,"html_url":"https://github.com/johnvuko/omniauth-gocardless-oauth2","commit_stats":null,"previous_names":["johnvuko/omniauth-gocardless-oauth2"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/johnvuko/omniauth-gocardless-oauth2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-gocardless-oauth2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-gocardless-oauth2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-gocardless-oauth2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-gocardless-oauth2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/omniauth-gocardless-oauth2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-gocardless-oauth2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gocardless","oauth","omniauth"],"created_at":"2024-11-12T14:17:04.677Z","updated_at":"2026-03-06T02:31:50.322Z","avatar_url":"https://github.com/johnvuko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniAuth GoCardless OAuth2\n\n[![Gem Version](https://badge.fury.io/rb/omniauth-gocardless-oauth2.svg)](http://badge.fury.io/rb/omniauth-gocardless-oauth2)\n\nStrategy to authenticate [GoCardless](https://www.gocardless.com) in OmniAuth.\n\n## Installation\n\nOmniAuth GoCardless OAuth2 is distributed as a gem, which is how it should be used in your app.\n\nInclude the gem in your Gemfile:\n\n    gem 'omniauth-gocardless-oauth2', '~\u003e 1.0'\n\nIntegrate this strategy to your OmniAuth middleware.\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n\tif Rails.env.production?\n\t\tprovider :gocardless, ENV['GOCARDLESS_KEY'], ENV['GOCARDLESS_SECRET'], scope: 'read_only', initial_view: 'login'\n\telse\n\t\tprovider :gocardless, ENV['GOCARDLESS_KEY'], ENV['GOCARDLESS_SECRET'], scope: 'read_only', initial_view: 'login', client_options: { site: \"https://connect-sandbox.gocardless.com\" }\n\tend\nend\n```\n\n## Author\n\n- [Jonathan VUKOVICH TRIBOUHARET](https://github.com/jonathantribouharet) ([@johnvuko](https://twitter.com/johnvuko))\n\n## License\n\nOmniAuth GoCardless OAuth2 is released under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fomniauth-gocardless-oauth2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fomniauth-gocardless-oauth2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fomniauth-gocardless-oauth2/lists"}