Closed jtsternberg closed 8 years ago
Related PR against the WP-API/OAuth1 library: https://github.com/WP-API/OAuth1/pull/122
How do you guys feel about this PR? As it is now, multi-dimensional arrays in POSTed data is not possible.
After reading through the spec in detail, I can't see why this shouldn't be included!
Thanks :)
👍
With this implementation, multi-dimensional arrays can be passed to League\OAuth1\Client\Server::getHeaders() and be correctly transformed. For prior art, consider the WP REST API - OAuth 1.0a Server plugin. Specifically:
Includes tests. (closing #60)