Hello,
I wanna create simple query string to check or user is registred in wordpress site or no. I need this for apps communicate with WP DB.
How create something like - wp-login.php?log=testuser&pwd=password ?
I just need get output from WP just - OK or NO (Ok - let in)
Tryed json, but it don't have that function. Or i missed?
https://wordpress.org/plugins/json-api-auth/
Thank you.