Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/284.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# WP-API的JWT身份验证导致WooCommerce身份验证问题_C#_Wordpress_Jwt Auth_Woocommerce Rest Api - Fatal编程技术网

C# WP-API的JWT身份验证导致WooCommerce身份验证问题

C# WP-API的JWT身份验证导致WooCommerce身份验证问题,c#,wordpress,jwt-auth,woocommerce-rest-api,C#,Wordpress,Jwt Auth,Woocommerce Rest Api,我正在编写一个应用程序,需要将图片预上传到WP(这就是为什么我使用JWT Authentication for WP-API插件对上传进行身份验证),然后我需要向WooCommerce添加一个产品。问题是JWT会覆盖WooCommerce身份验证。 我使用Visual Studio和C#以及nuggets WooCommerceNET和WOrdPressPCL 如果您知道如何使JWT不重写WC auth,或者我可以为WC或WP使用其他身份验证,请告诉我:) 提前谢谢 PS:我不知道php或js,

我正在编写一个应用程序,需要将图片预上传到WP(这就是为什么我使用JWT Authentication for WP-API插件对上传进行身份验证),然后我需要向WooCommerce添加一个产品。问题是JWT会覆盖WooCommerce身份验证。 我使用Visual Studio和C#以及nuggets WooCommerceNET和WOrdPressPCL

如果您知道如何使JWT不重写WC auth,或者我可以为WC或WP使用其他身份验证,请告诉我:) 提前谢谢

PS:我不知道php或js,托管服务器也不使用.htascces