omniauth-wordpress-oauth2-plugin icon indicating copy to clipboard operation
omniauth-wordpress-oauth2-plugin copied to clipboard

Strategy for Authenticating against a wordpress install using the Oauth2 provider plugin.

Results 7 omniauth-wordpress-oauth2-plugin issues
Sort by recently updated
recently updated
newest added

- fix OAuth error by request url was unfit - validated here -> https://github.com/jwickard/wordpress-oauth/blob/c6de8ac2ad0cc3c367f47dc0a28bcaeea732fb01/lib/classes/OAuth2_API.php#L35 - this plugin requests `oauth/token` instead of `oauth/request_token` - this plugin requests `oauth/me` instead of `oauth/request_access`...

I'm attempting to use the omniauth-wordpress_hosted gem to sign into a WordPress site, but I keep getting an error: "Not found. Authentication passthru." Here's my gemfile: gem 'devise' gem 'omniauth'...

Hi, I'm having a bit of a nightmare getting this working, probably something fundamental I'm missing on the Rails end. When I visit `/auth/wordpress_hosted` it successfully goes to WordPress and...

Hi there I've followed the guide, as well as copy/pasted the user model from: https://github.com/jwickard/omniauth-wordpress-oauth2-plugin-example But what to do now? I can't login with devise + Wordpress login credentials. Nothing...

I'm trying this gem on rails 5.2 and ruby 2.4 Here is my gemfile ``` gem 'omniauth' gem 'omniauth-oauth2', '1.3.1' # DO NOT change this! If we update teo 1.4...

Can you please add proper steps. https://github.com/jwickard/omniauth-wordpress-oauth2-plugin#add-provider-to-wordpress

I have been using this for a while with great success to allow single sign on between a rails app my wordpress site. The rails app is 4.1.6 on ruby...