Skip to content

ReCaptcha v2

Roman Myko edited this page Oct 10, 2024 · 13 revisions

ReCAPTCHA V2

The project is utilizing ReCAPTCHA V2 Invisible for enhanced security and protection against automated bot activities. It's important to be aware that if the Google ReCAPTCHA free monthly quota is exhausted, the system will still allow users to proceed with signing in and registering without requiring ReCAPTCHA verification. This ensures uninterrupted access for users, but it also means that during these periods, the additional bot protection provided by ReCAPTCHA wІill not be active.

BackEnd .env

RECAPTCHA_V2_PRIVATE_KEY = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe' # this is test key
RECAPTCHA_URL='https://www.google.com/recaptcha/api/siteverify'

FrontEnd .env add

REACT_APP_RECAPTCHA_V2_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI # this is test key