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

I've authenticated with my WP API and successfully able to post a comment with Postman but posting a comment from my client gives me the following error "{code: "json_oauth1_signature_mismatch", message:...

After switching from PHP 7.4 to 8.0 a warning is thrown: [16-Dec-2020 10:43:09 UTC] PHP Warning: WP_REST_OAuth1::normalize_parameters(): Argument #2 ($value) must be passed by reference, value given in /.../wp-content/plugins/rest-api-oauth1/lib/class-wp-rest-oauth1.php on...

After get request token, makes a request to authorize url(http://www.xxxx.com/site/oauth1/authorize) with oauth_token, but it redirect to http://www.xxxx.com/site/, there is no login form. what's wrong?

Hello, Currently, when I run this function **get_current_user_id()** it returns current authenticated user data like We have used header authorization. Please check below link. http://prntscr.com/luhp1v if we have call login...

Hi there,i am facing the ionic cors issue and i also create a proxy for that,update my ".htaccess" file but if dones not work.Please help me ![capture](https://user-images.githubusercontent.com/44858927/48680312-01212e00-ebc0-11e8-9141-aabff2ac1fd5.JPG)

All the other steps in the tutorials work for me (oauth1/request, oauth1/authorize) but when I try to get a permanent access token, all I get back is an HTML response...

I ran this, the top one comes back a 200, the bottom one always a 404 saying "missing parameter oauth_token. Any ideas on what I can check? I have been...

I was able to authenticate with wordpress with oauth 1.0a. Now when i try to post i always get the error. i tried to post with postman with the client...

Hello! I currently have WP OAuth Server 1.0a on a number of client WP installations, and it has worked wonderfully so far. I really appreciate the great work on this...

Currently user access tokens are stored as an option. This has a number of down sides, includes - Extremely hard to query, with for all or by user - Options...