Oauth

Can I authenticate with both WooCommerce consumer key and JWT?

Can I authenticate with both WooCommerce consumer key and JWT?

2 Answers. Yes this is possible by structuring your requests appropriately. For system requests use OAuth 1.0 (consumer key as before), but encode it to include the OAuth credentials in the URL not in the headers. Having the OAuth credentials in the Authorisation header triggers the JWT error.

Is it good practice to use REST API in wp-admin plugin page? [closed]
Should I disable REST API? Should I disable WordPress REST API? Should I disable WP JSON? What is WordPress REST API used for? How do I block REST API...
How to get all post categories without custom post type categories?
How can I get custom post type category? How do I display custom post type categories in WordPress? How do I remove custom post type? How do I find th...
Use of Folders within Wordpress
How do I use folders in WordPress? Can you create folders in WordPress media library? How do I organize media in WordPress? How do I upload a folder t...