OAuth1
OAuth1 copied to clipboard
OAuth server implementation for WP API
Hello! Thanks to some help from other users who are active in this repo, I have made some progress in understanding and implementing oauth. I've summarized this into a gist...
Hello guys, I got this issue when trying to active it. Anybody have any idea, please help me take a look. 
Hi, I am using a unity client with webview on iOS/Android. It works great on Android, but had problem with iOS. I spent a lot of time trying to figure...
"oob" is a frustrating magical string, I've waffled on proposing whether to add a checkbox or not; so I bring that waffle to you all. Benefits to adding a checkbox...
Currently the plugin is not available via packagist.org which is a pity. I'd love to be able to use it in a composer.json-file.
I found the bug when i needed in ?filter[meta_query][0][key]=my_key&[meta_query][0][value]=my_value. I moved only if the depth to prior verification of array. The way it was before the **filter** parameter was lost.
Fixes an issue where logged in users could not authenticate requests with their OAuth credentials. - Removes hooking of `authenticate` on `determin_current_user` (which doesn't run or runst too late when...
This Pull Request integrates commits from 2 other Pull Requests. ### This Pull Request accomplishes: 1. Replaces urlencode/urldecode with rawurlencode/rawurldecode calls for more URI correctness. 2. Stops the decode/re-encode of...
The way WP-API/OAuth1 constructs the OAuth1 signature does not conform to the OAuth1 specification, making it impossible to use WP-API with this OAuth1 plugin. For example, the parameter key and...