I have a system that automatically creates a website for a client. I would like to implement reCAPTCHA on this system, but I need an API key to implement it. Since I have many clients, and clients have access to the file system, I cannot use one public / private key for all clients. Can I create an API key programmatically for each client, or is there another solution? If reCAPTCHA is not possible, is there an alternative that meets this requirement?
source share