Closed choubacha closed 8 years ago
@claudiosmweb
Let me know if you'd like the option to be called something else, I just make it use_oauth: true.
use_oauth: true
fixes #11 by allowing a developer to always use oauth... This won't actually work unless woocommerce checks for oauth inside an ssl context.
We don't really can do it on WooCommerce. If using SSL, need to use Basic Auth.
@claudiosmweb
Let me know if you'd like the option to be called something else, I just make it
use_oauth: true
.fixes #11 by allowing a developer to always use oauth... This won't actually work unless woocommerce checks for oauth inside an ssl context.