ambethia / recaptcha

ReCaptcha helpers for ruby apps
http://github.com/ambethia/recaptcha
MIT License
1.96k stars 439 forks source link

Remove enterprise score fallback and modify enterprise tests to v1 assessments #421

Closed basabin54 closed 1 year ago

basabin54 commented 1 year ago

Hey sorry, I decided to go back and check the reCAPTCHA Enterprise API documentation, and it turns out that the old accessor was correct for the v1beta API, but now on the official v1 api it uses the new accessor exclusively:

https://cloud.google.com/recaptcha-enterprise/docs/reference/rest/v1beta1/projects.assessments https://cloud.google.com/recaptcha-enterprise/docs/reference/rest/v1/projects.assessments#ClassificationReason

So I updated the enterprise tests and removed the fallback for the old accessor.

Pre-Merge Checklist

grosser commented 1 year ago

awesome, thx for the followup :D

grosser commented 1 year ago

5.12.3