I need to make a mobile application for a Wordpress based e-commerce site. I'm researched the WordPress and Woocommerce REST api.
What I want to do is briefly; To authenticate with username and password via REST API.
if the verification is successful, look previous orders etc.
So only the user needs to access the data about himself!
how is this done ?
Thanks