Hi Caleb,
I don’t want create API keys for each users.
With the wordpress API v2, if I want informations about the current users I just go on the route /wp-json/wp/v2/users/me with a basic auth.
So how can I use the same logic with the woocommerce api ?
Yep, i have already read this doc, and the auth part is very short. I found more documentation on internet.
The best solution that i’ve found yet is to use JSON API and JSON api user with cookie authentification.