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

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...

Support

Hello guys, I got this issue when trying to active it. Anybody have any idea, please help me take a look. ![image](https://cloud.githubusercontent.com/assets/7258479/16589587/02e1ae8a-42fe-11e6-8dc0-a93fb82bf377.png)

Bug

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...

Bug

"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...

Discussion

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...