Breaks WooCommerce API Access
-
As is, because of the JSON formatted returned when the auth header doesn’t match
Bearer %s
, this breaks other authorization methods.I had to add a
return
statement beforereturn new WP_Error( 'jwt_auth_bad_auth_header', ...)
- The topic ‘Breaks WooCommerce API Access’ is closed to new replies.