OAuth1 icon indicating copy to clipboard operation
OAuth1 copied to clipboard

OAuth server implementation for WP API

Results 87 OAuth1 issues
Sort by recently updated
recently updated
newest added

Aside from sending the appropriate status code, RFC 5849 is pretty vague about reporting errors to clients, however [Section 3.2](https://tools.ietf.org/html/rfc5849#section-3.2) does say more information may be provided in the response...

Enhancement

I don't seem to be able to see an authorized endpoint for returning a JSON list of authorized applications. The only other place this list is created that I can...

Discussion

Hi, thanks for the plugin. I follow the steps http://oauth1.wp-api.org/. But i have a error, when i make a post request ![onvbjtr](https://cloud.githubusercontent.com/assets/5091194/12003651/7455b598-aaf6-11e5-90df-153f4c7f16cb.png) How i must make the request? Thanks again.

Support

I have a problem with Chrome Extension authorization. After authorization extension sends request to server to get some data. If user is authorized on a site, extension gets current user...

Bug

I'm relatively new with the OAuth so i'm still trying to grasp the whole picture of the auth process. I've implemented this plugin to my site and built a client...

Support

If [the `$response` ](https://github.com/WP-API/OAuth1/blob/master/oauth-server.php#L112) is a `json_oauth1_invalid_callback` WP_Error Object, the response code gets set to 500 because the WP_Error Object does not have any `error_data`. I don't pretend to know...

Bug

Using my [test PHP client script](https://gist.github.com/kosso/71c957e30a40116e5f98) am I able to successfully authenticate and connect remotely to my Wordpress API. But when I log out and then re-authenticate a few times,...

Support

I've been working with this plugin and noticed that an application can be listed multiple times under the "Authorized Applications" section in the user profile if access tokens are served...

Support

I have a multisite install. The main blog is publicly available. User can register but have to insert a code, and depending on this code have access to particular subsite....

Support

I'm using the plugin Theme My Login which allows you to create a login as part of the template. When trying to use with Oauth, Oauth crashes because it tries...

Support