I want to make a third party API call using the posted username
and password
just before the user authorization in woocommerce
.But I could'nt figure out the function handling the authorization.
This is the shortcode for user login
[woocommerce_my_account]
I just want to do
if api call success
-->authentication
else
-->some other action
Do somebody know the function/file handling this post data or user authentication?