-
-
Notifications
You must be signed in to change notification settings - Fork 11
Doesn't support Recaptcha V3 #1
Copy link
Copy link
Open
Labels
Description
Summary
Doesn't support recaptcha v3
Current behavior
If I provide site key and private key of a v3 Recaptcha,
I get this error: ERROR for site owner: Invalid key type
How to reproduce
$recaptcha = new Laminas\ReCaptcha\ReCaptcha($pubKeyRecaptchaV3, $privKeyRecaptchaV3);
echo $recaptcha->getHTML();
Expected behavior
No Error.
Reactions are currently unavailable