Replies: 1 comment
-
|
Hi, it sounds like you might have created a recaptcha enterprise key? That is the only recaptcha I know of that uses a single key. Enterprise keys are created through the Google Cloud Console. Recaptcha enterprise is not supported by this library, see #234 You likely want to create a recaptcha V3 key. In recent years, Google has become quite good at obscuring the difference, pushing people towards enterprise and you are not the first person to be confused by this. The URL to the console for V2 and V3 keys: https://www.google.com/recaptcha/admin/ It looks like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, sorry for this ignorant question but I am really confused. When I create a new key in Google console, it provides me with a "site key" which I believe corresponds to the public key. But Google doesn't show me the private key, which is required by this library. Could someone tell me what I am missing, please?
Beta Was this translation helpful? Give feedback.
All reactions