Hello!
Is there any way to add a captcha to a checkout extension? Or any standard to secure an extension api calls?
We have an extension in the checkout that adds a field and submits to our server. We used the checkout token as validation.
Though our extension has recently started being targeted by bots. We implemented rate limits per IP, but then the bots started having different IPs per request, then we implemented a rate limit by token, but then they managed to send requests with different tokens per requests.
Now we are kind of stuck, our next step would be to implement a captcha but it doesn’t seem possible with checkout extensions since we are limited to Shopify’s components (it actually would have been our first step if it worked).
Any ideas?