My angular app is completely independent with no backend code involved.
I need to make a call to a third party REST API using JavaScript, but I want to include a captcha verification before submitting the request.
I attempted to incorporate reCaptcha into my app, but it seems to require a backend server for validation.
Does anyone know of any captcha directive that can be implemented without relying on server side code validation?