OAuth1
OAuth1 copied to clipboard
OAuth server implementation for WP API
All admin notices were `success` green notices. This PR makes them more context specific. - [x] **Errors** - [x] **Succes** - [x] **Info** ### Errors    ### Success...
I'm having a really difficult time trying to get the OAuth 1.0a plugin to authenticate properly with iOS client. On iOS, i'm using `OAuthSwift` library which are currently being used...
For single page applications it would be a huge help to trigger a window.postMessage event to pass back the verification string. This avoids having to reload a single page application,...
Fixes #171. Not yet ready for merge.
I'm leaving this as a single issue for now. We may need to break it out into multiple issues, but many of these can be knocked out together. The user...
When clicking the authorize button post isn't providing anything - callback.php needs: Missing OAuth parameters oauth_timestamp, oauth_nonce, oauth_signature, oauth_signature_method which isn't provided by /oauth1/authorize I think it is wrong all...
Hi, I'm trying to configure wordpress with REST API v2 and OAuth v1. I'm getting "Consumer Key is invalid" error when trying to get request token. Using: -) WordPress 4.5.2...
From Dominik Schilling: The UI: https://cloudup.com/c1emHXcHP4g Reusing existing elements is fine, but that looks a bit to simple and not fully developed. I’m sure that this can made better and...
From [Tammie Lister](https://make.wordpress.org/core/2016/10/08/rest-api-merge-proposal-part-2-content-api/#comment-31302): As requested in the design Slack channel, here is a design review. I took the OAuth plugin for a spin today and only focused on the design...
From Dominik Schilling: A few DocBlocks don't follow [core standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/)