Geetest Demo provides a web page on Geetest Captcha v3 integration
The web page style refers to the project Login-Page-In-React.
Here is the basic process on authentication with Geetest Captcha
-
Request meta for generating captcha component, which come from the server side
-
Initialize Geetest Captcha with official client SDK according to the above parameters
-
Interact with captcha to finish the verification. When succeed, the following parameters are provided by server:
-
Then client can request the secondary verification if necessary
This page simulate the process that generate captcha with meta (please prepare yourself) and illustrate the verification result.
You can view the page from,
$ npm install
$ npm run dev