OAuth1
OAuth1 copied to clipboard
OAuth server implementation for WP API
There's currently no way to customise content/text displayed to end users (mainly on the authorize page).. I know "Howdy" is a WP thing, but I doubt the majority want to...
When sending a use to the Authorize URL and they are not logged in, they are redirected to the /wp-login.php page with the Authorize URL and tokens in the ?redirect_to...
Hello, I wasn't able, making a simple request with Postman, to get it authorized Here's my request POST /wp-json/wp/v2/posts/109441 HTTP/1.1 Host: xxxxxx Authorization: OAuth oauth_consumer_key="xxxxxxx",oauth_token="xxxx",oauth_signature_method="HMAC-SHA1",oauth_timestamp="11234567",oauth_nonce="xxxxxx",oauth_version="1.0",oauth_signature="xxxxxxx" Cache-Control: no-cache Postman-Token: xxxxxx-xx0-40a8x8e8b-98fx1dex "{\"title\":\"New...
The prefix is present on some configurations of PHP with FastCGI. So I guess OAuth1 should check for both. See here: https://github.com/WP-API/api-console/issues/1#issuecomment-65044837
I'm stumped on the callback leg of the OAuth process. I've been going around in circles for ages, and I really don't know what I'm supposed to be doing here....
On OSX using Apache 2.4.16/PHP 7.0.13/PECL 7.0.13/Oauth 2.0.2 I'm getting segmentation faults when accessing WP Dashboard (ERR_EMPTY_RESPONSE) that are RESOLVED by pecl uninstall oauth. Do I have the wrong mix...
I'm not sure if this is a bug but I was experimenting with making OAuth requests and found that after changing my Consumer Key from **fkA5SwozXCfN** to **fkA5SwozXCfn** (notice the...
As far as I can tell I've installed and set everything up correctly (the oauth1 end points even work correctly), but I don't see anything information about the service in...
This PR moves the part of the code responsible for instantiating a new access key and storing to a public static function. This allows third-parties to create access tokens without...
It would be useful if we had the option to change the capability for the **Users > Applications** page so we could prevent access from clients who also have the...