Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change NoCaptcha to ReCaptcha and Support Recaptcha V3 #54

Open
ChrisHammond opened this issue May 5, 2020 · 4 comments
Open

Change NoCaptcha to ReCaptcha and Support Recaptcha V3 #54

ChrisHammond opened this issue May 5, 2020 · 4 comments

Comments

@ChrisHammond
Copy link
Contributor

Is your feature request related to a problem?

Not sure where the "NoCaptcha" name came from, but I can't find any reference to it from Google, everything I find is "ReCaptcha". Module also currently supports V2 but not V3

Describe the solution you'd like

Rebrand NoCaptcha References to ReCaptcha

Add support for V3

Describe alternatives you've considered

None

Additional context

None

@ChrisHammond
Copy link
Contributor Author

I've started working on this in my fork. Have created the required files for the version number 6.6.3 and started on renaming NoCaptcha to ReCaptcha

@valadas
Copy link
Member

valadas commented May 22, 2020

Awesome...

The name comes from google api options at the time I implemented it.
There was:

  • reCaptcha - very old, always shows a captcha
  • noCaptcha - was the most recent at the time, only showed a "I am not a robot" checkbox.
  • Invisible reCaptcha - Showed just a badge most of the time, but when in doubt, would show an image picker or some such.

I think it was rebranded/renamed as:

  • reCaptcha -> just got moved to the next option automatically
  • noCaptcha -> reCaptcha v2 with "I am not a robot checkbox" option
  • Invisible reCaptcha -> reCaptcha v2 with "Invisible reCaptcha badge"

@valadas
Copy link
Member

valadas commented May 22, 2020

Actually after a google search, it looks like NoCaptcha was the initial name for reCaptcha v2, looks like they changed their minds and just made it v2 instead of a new naming/branding.

@brewadmin
Copy link

Support for Google reCaptcha V3 would be fantastic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants