jsardev / reaptcha

Google reCAPTCHA v2 for React
https://sarneeh.github.io/reaptcha
MIT License
403 stars 38 forks source link

support recaptcha v3 #117

Open lavellotron opened 5 years ago

lavellotron commented 5 years ago

The repo description mentions v2 but isn't this compatible with v3 reCaptcha actually?

jsardev commented 5 years ago

@lavellotron Unfortunately not.

I did a little bit of research to answer your question and found that there are few differences in v2 and v3:

I'd like to add support for v3 in reaptcha but I'm out of time right now. I'll keep this issue and notes above for easier implementation later on. Of course, if anyone sees this comment and would like to contribute - feel free to do so 😄

MrComic commented 4 years ago

any chance to add the action name feature? that will help us to analyze the verification requests better on v3.

jsardev commented 4 years ago

@MrComic When I'll find time to implement this, I'll try to support every feature from v3.

jasonwilczak commented 3 years ago

Hi there, curious if v3 support will be coming to this package?

jsardev commented 3 years ago

Hi there, curious if v3 support will be coming to this package?

Yes, but I'm still out of time 🙈 I want to implement this and rewrite everything to TypeScript so I need to find a bigger time slot to do this. Certainly not in the nearest months, but it will be there this year for sure.

pyon123 commented 2 years ago

Hi @sarneeh Thanks for writing this cool repo. Btw, would you like to let me know when this repo can support V3? it seems like the react-google-recaptcha doesn't provide a good api.

jsardev commented 2 years ago

@pyon123 I'll be working on it in the next few weeks

pyon123 commented 2 years ago

thank you @sarneeh

jakerobb commented 1 year ago

Hi, is there an update on this? It's been a few weeks. ;)

If you made some progress and have a branch in flight that you could push, my team and I might be able to push this over the finish line for you (or with you!). I see that the TypeScript rewrite is complete!

jsardev commented 1 year ago

@jakerobb I don't have anything yet. No time or mood to work on it to be honest 😄

And yes, TypeScript rewrite is done!