{"id":16062191,"url":"https://github.com/rossta/omniauth-memberful","last_synced_at":"2025-09-04T18:41:43.388Z","repository":{"id":26994846,"uuid":"30458770","full_name":"rossta/omniauth-memberful","owner":"rossta","description":"OmniAuth strategy for Memberful","archived":false,"fork":false,"pushed_at":"2015-02-07T17:06:59.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T02:08:34.403Z","etag":null,"topics":[],"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/rossta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-07T14:50:04.000Z","updated_at":"2015-02-07T17:06:56.000Z","dependencies_parsed_at":"2022-09-01T02:01:20.569Z","dependency_job_id":null,"html_url":"https://github.com/rossta/omniauth-memberful","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rossta/omniauth-memberful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fomniauth-memberful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fomniauth-memberful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fomniauth-memberful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fomniauth-memberful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossta","download_url":"https://codeload.github.com/rossta/omniauth-memberful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fomniauth-memberful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273656279,"owners_count":25145000,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-10-09T04:22:21.238Z","updated_at":"2025-09-04T18:41:43.345Z","avatar_url":"https://github.com/rossta.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniAuth::Memberful\n\nOmniAuth strategy to authenticate users over the Memberful API in Rails (or Rack)\napplications.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'omniauth-memberful'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-memberful\n\n## Usage\n\nAs with other OmniAuth strategies, you'll need to setup the OmniAuth middleware and\na callback to receive the OmniAuth credentials once a user has been authenticated.\n\nYou can enable `Omniauth::Memberful` by using the `OmniAuth::Builder` to insert the strategy middleware\nwith your Memberful credentials. Visit your Memberful Settings page to generate\na \"Custom App\" with a name and endpoint in your application for the OAuth callback. You'll get use\nthe generated identifier and secret key in your OmniAuth setup with\n\nIn Rails:\n\n```yaml\n# config/secrets.yml\ndevelopment:\n  memberful_app_identifier: aaaaaaaaa\n  memberful_app_secret: bbbbbbbbbbbbbbbbbbb\n  memberful_site: https://yoursite.memberful.com\n```\n\n```ruby\n# config/initializers/omniauth.rb\nrequire \"omniauth-memberful\"\n\nsecrets = Rails.application.secrets\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider OmniAuth::Strategies::Memberful,\n    secrets.memberful_app_identifier,\n    secrets.memberful_app_secret,\n    client_options: { site: secrets.memberful_site }\nend\n```\n\nCheck out the example app at [rossta/memberful-rails-example](github.com/rossta/memberful-rails-example) for more info.\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/omniauth-memberful/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossta%2Fomniauth-memberful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossta%2Fomniauth-memberful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossta%2Fomniauth-memberful/lists"}