Skip to content

ExploreRecaptcha is a full-stack demo using React, Node.js, and Express to implement backend-triggered Google reCAPTCHA verification. CAPTCHA is only shown when the server detects suspicious login behavior.

Notifications You must be signed in to change notification settings

Abdullah00001/ExploreRecaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This Directory About How I Explore Recaptcha And Learn How To Implement On Project.

Its Just a playground or experiencing playground.Recaptcha is an security feature that use for preventing bot request or ddos or spam on critical endpoint. eg: login,reset password,verify otp etc.

Directory Overview

This directory have two sub directory.

  • Client

  • Server

Project flow

user try to login 3 times with wrong password
4th time when user again try to login either correct or wrong system will be require captcha verification before processing the main request.user verify

About

ExploreRecaptcha is a full-stack demo using React, Node.js, and Express to implement backend-triggered Google reCAPTCHA verification. CAPTCHA is only shown when the server detects suspicious login behavior.

Topics

Resources

Stars

Watchers

Forks