So I have a a website. Now I'm making an App for it. In the app I need to sign the user in. So I'm making an API for it.
The problem is, once I make this API. How will I be able to test for robots and what have you?
example. on my website I have recaptcha from google where you click to verify you're not a robot and then proceed.
Is there a similar method for APIs?