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

Use of better captcha #33

Open
wonderphil opened this issue Apr 15, 2018 · 10 comments
Open

Use of better captcha #33

wonderphil opened this issue Apr 15, 2018 · 10 comments

Comments

@wonderphil
Copy link

Hi guys,

Just wondering is there any way to user a newer, more maintained captcha with this?

Thanks

Phil

@olbrich
Copy link
Contributor

olbrich commented Apr 16, 2018

We can look into updating it. I don't personally use the captcha, so if you have any suggestions for 'more maintained' captchas, that would be helpful.

@dillonwelch
Copy link
Contributor

PRs with an updated captcha are welcome 😄 🏆

@blackrhinoconsulting
Copy link

I have this on my radar. Not sure when I will get to it but if nobody does before I do it'll get done in the next month or two...

@crivotz
Copy link

crivotz commented Apr 23, 2018

It might be useful to rely on Google recaptcha

@rylanb
Copy link

rylanb commented Aug 6, 2018

Would love to see use of Google's Recaptcha here.

@fidalgo
Copy link

fidalgo commented Apr 18, 2020

Given Devise supports reCapcha, would make sense to double it here?
https://github.com/heartcombo/devise/wiki/How-To:-Use-Recaptcha-with-Devise

@natebird
Copy link
Contributor

Maybe we support hCaptcha? https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/

@3dprintscanner
Copy link

Has this been solved? The library works as-is using the recaptcha ruby gem

@dillonwelch
Copy link
Contributor

https://github.com/devise-security/devise-security/blob/master/devise-security.gemspec#L41 we still currently use easy_captcha for development testing. Happy to look at a PR that updates this.

@olbrich olbrich added the Hacktoberfest Issues that are good new contributors to help with as a part of Hacktoberfest label Oct 5, 2020
@tmr08c tmr08c removed the Hacktoberfest Issues that are good new contributors to help with as a part of Hacktoberfest label Nov 4, 2020
@dillonwelch
Copy link
Contributor

Took a fresh look at where the state of captcha is in our app. We currently have support for recaptcha and easy_captcha. The following would be good to add:

  • Add support for hcaptcha
  • Update captcha tests to account for every supported captcha option
  • Add documentation on each captcha option we support and what changes / configs / etc (if any) need to be added to add support in the user's app

@dillonwelch dillonwelch added this to the 0.18.0 milestone Oct 11, 2021
@olbrich olbrich modified the milestones: 0.18.0, v0.19.0 Apr 8, 2023
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

10 participants