{"id":15405238,"url":"https://github.com/fnando/omniauth-wp","last_synced_at":"2026-04-13T22:33:35.709Z","repository":{"id":66031435,"uuid":"233725346","full_name":"fnando/omniauth-wp","owner":"fnando","description":"Wordpress's OAuth2 Strategy for OmniAuth.","archived":false,"fork":false,"pushed_at":"2020-09-24T08:09:12.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T22:41:51.727Z","etag":null,"topics":["omniauth","omniauth-strategy","rails","ruby","wordpress"],"latest_commit_sha":null,"homepage":"","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/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":["fnando"],"custom":["https://www.paypal.me/nandovieira/🍕"]}},"created_at":"2020-01-14T00:54:01.000Z","updated_at":"2023-02-08T14:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"df04820f-7c83-4817-b2bc-b640445e83c9","html_url":"https://github.com/fnando/omniauth-wp","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"fc011c8a22e4f04db23970774cb5a9aaefc769c4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fnando/omniauth-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/omniauth-wp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-wp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31774028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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","omniauth-strategy","rails","ruby","wordpress"],"created_at":"2024-10-01T16:15:41.133Z","updated_at":"2026-04-13T22:33:35.691Z","avatar_url":"https://github.com/fnando.png","language":"Ruby","funding_links":["https://github.com/sponsors/fnando","https://www.paypal.me/nandovieira/🍕"],"categories":[],"sub_categories":[],"readme":"# Omniauth::Wordpress\n\n[![Travis-CI](https://travis-ci.org/fnando/omniauth-wp.svg)](https://travis-ci.org/fnando/omniauth-wp)\n[![CodeClimate](https://codeclimate.com/github/fnando/omniauth-wp.svg)](https://codeclimate.com/github/fnando/omniauth-wp)\n[![Test Coverage](https://codeclimate.com/github/fnando/omniauth-wp/badges/coverage.svg)](https://codeclimate.com/github/fnando/omniauth-wp/coverage)\n[![Gem](https://img.shields.io/gem/v/omniauth-wp.svg)](https://rubygems.org/gems/omniauth-wp)\n[![Gem](https://img.shields.io/gem/dt/omniauth-wp.svg)](https://rubygems.org/gems/omniauth-wp)\n\n[Wordpress](https://wordpress.com)'s OAuth2 Strategy for OmniAuth.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'omniauth-wp'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-wp\n\n## Usage\n\n`OmniAuth::Strategies::Wordpress` is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: \u003chttps://github.com/intridea/omniauth\u003e.\n\nFirst, create a new application at `https://developer.wordpress.com/apps/`. Your callback URL must be something like `https://example.com/auth/wordpress/callback`. For development you can use `http://127.0.0.1:3000/auth/wordpress/callback`.\n\nHere's a quick example, adding the middleware to a Rails app in `config/initializers/omniauth.rb`. This example assumes you're exporting your credentials as environment variables.\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :wordpress,\n            ENV['WORDPRESS_CLIENT_ID'],\n            ENV['WORDPRESS_CLIENT_SECRET']\nend\n```\n\nNow visit `/auth/wordpress` to start authentication against Wordpress.\n\n## Contributing\n\n1. Fork [omniauth-wp](https://github.com/fnando/omniauth-wp/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%2Ffnando%2Fomniauth-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fomniauth-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fomniauth-wp/lists"}