Skip to content

Test your V2 (one click), V3 (score), and invisible (one click) captcha.

License

Notifications You must be signed in to change notification settings

ImVispo/recaptcha-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha Demo

Test your V2 (one click), V3 (score), and invisible (one click) captcha. Demo site: https://captcha.vispo.dev/

Install

This project uses node and npm.

npm i

Setup

You must supply your own reCAPTCHA keys for this project. Visit Google's reCAPTCHA admin panel and create 3 keys:

  1. reCAPTCHA v2 Checkbox
  2. reCAPTCHA v2 Invisible
  3. reCAPTCHA v3

Navigate to index.html and replace placeholders with your own keys:

  1. Replace YOUR_V3_KEY with your reCAPTCHA v3 key
  2. Replace YOUR_INVISIBLE_KEY with your reCAPTCHA v2 Invisible key
  3. Replace v2Key with your reCAPTCHA v2 Checkbox key
  4. Replace v3Key with your reCAPTCHA v3 key
  5. Replace invisibleKey with your reCAPTCHA v2 Invisible key

Navigate to .env and replace placeholders with your own keys:

  1. Replace RECAPTCHAV3_SECRET with your reCAPTCHA v3 secret key

Deploy

npm start

Live site: http://localhost

About

Test your V2 (one click), V3 (score), and invisible (one click) captcha.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published