-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mentioned new invisible Recaptcha option
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoCaptcha (reCAPTCHA V2) is not the same as Invisible reCAPTCHA though. The linked UndefinedOffset package actually implements NoCaptcha.
(I just tried it out to be sure, putting in an "Invisible reCAPTCHA" site & secret key, but it still renders the NoCaptcha / reCAPTCHA V2 button)
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please expand on your explanation @JorisDebonnet ? I looked at the link you provided, but it does not mention 'NoCaptcha' anywhere. I googled and it seems that "NoCaptcha" is the term Google originally used to introduce ReCaptcha v2.
So I'm a bit confused. Of course if they are different services then we should update to reflect that, but it seems like the current offerings of recaptcha are just normal, invisible, and android.
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, NoCaptcha and ReCaptcha v2 are the same. So my point is that chillu's and UndefinedOffset's modules are both offering the same type: chillu calls it reCAPTCHA (2), and UndefinedOffset calls it NoCaptcha, but both are the same. Neither of them support Invisible reCAPTCHA, while this readme edit makes it seem as if the second one does.
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. How would you feel about creating a pull request to add support for the Invisible reCaptcha?
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm,.. it's not that I actually need the Invisible reCaptcha option, I like ReCaptcha v2 enough. I only made this comment to alert that there is an error in this commit's doc update... :)
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. In that case, how would you feel about creating a pull request to alter the description to something like "Alternative reCAPTCHA v2 (a.k.a. NoCaptcha) implementation"?
;P
f69ee07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, that I can do!
I think this would flow better though: