Test your V2 (one click), V3 (score), and invisible (one click) captcha. Demo site: https://captcha.vispo.dev/
This project uses node and npm.
npm i
You must supply your own reCAPTCHA keys for this project. Visit Google's reCAPTCHA admin panel and create 3 keys:
- reCAPTCHA v2 Checkbox
- reCAPTCHA v2 Invisible
- reCAPTCHA v3
Navigate to index.html and replace placeholders with your own keys:
- Replace YOUR_V3_KEY with your reCAPTCHA v3 key
- Replace YOUR_INVISIBLE_KEY with your reCAPTCHA v2 Invisible key
- Replace v2Key with your reCAPTCHA v2 Checkbox key
- Replace v3Key with your reCAPTCHA v3 key
- Replace invisibleKey with your reCAPTCHA v2 Invisible key
Navigate to .env and replace placeholders with your own keys:
- Replace RECAPTCHAV3_SECRET with your reCAPTCHA v3 secret key
npm start
Live site: http://localhost