We would like our customers inside our WordPress WooCommerce instance to be able to authenticate using their login with an external app we are building. Looking at the WooCommerce REST API Documentation it doesn't seem it provide any methods.
How else could this be achieved. My thoughts:
- Query account table in WooCommerce every 15 mins and if new user comes along create them an account in the external system with a separate password.
We would much prefer for the users to be able to authenticate with their existing accounts otherwise the method (or similar) above would need to be implemented.