I am trying to create a mobile application for an existing WooCommerce implementation. I use their Rest API V2 and everything goes smoothly. I can register a customer, browse products, and create orders.
But the only obstacle is the authentication of an already registered client using their user ID / email address and password. I should be able to do this using the Rest API, but it seems like I could not. Do I need some other plugin for this?
source
share