I am working for a project where I have to integrate google recaptcha v2 . I am afraid about what happens if the captcha monthly limit exceeds , How will the google response looks like at that time ? How will I validate for such a scenario ? Basically after 1 million usage is over I have to allow login of the user Has anyone done this thing?
I have written frontend validation basic code till now, if the length of google response is 0 or greater Since I don't know what will be the google response after 1 million quota I am not able to write any code to validate that?