ambethia / recaptcha

ReCaptcha helpers for ruby apps

Home Page:http://github.com/ambethia/recaptcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V3 with v2 fallback example issue

asadakbar opened this issue · comments

Hi, I wanted to confirm if Line 14 of the v3 captchas example has a typo in it, as I'm trying to do a v3 to v2 fallback.

It currently says

<p>Automatic v3 verification failed. Falling back to a v3 challange...</p>

and I'm not sure what the v3 challenge is. Does it mean to say v2 challenge?

ping the original author of that line plz, falling back to v2 seems reasonable too, not sure if v3 challange is a thing ... if you can confirm, plz make a fixup PR

Hi @TylerRick , I wanted to know if some documentation you added to this commit 9d99a29 was a typo or not. Just trying to confirm as things aren't the clearest when switching between recaptcha v3 and v2. The line in question is Line 14.

It currently says

<p>Automatic v3 verification failed. Falling back to a v3 challange...</p>

and I'm not sure what the v3 challenge is. Does it mean to say v2 challenge?