OAuth1
OAuth1 copied to clipboard
OAuth server implementation for WP API
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...
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...
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  How i must make the request? Thanks again.
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...
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...
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...
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,...
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...
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....
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...