laminas / laminas-recaptcha

OOP wrapper for the ReCaptcha web service
https://docs.laminas.dev/laminas-recaptcha/
BSD 3-Clause "New" or "Revised" License
11 stars 10 forks source link

Doesn't support Recaptcha V3 #1

Open ghost opened 4 years ago

ghost commented 4 years ago

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.

koseduhemak commented 3 years ago

same problem here...

SirLouen commented 3 years ago

I think this has never supported V3