You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+90-28Lines changed: 90 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,26 @@
13
13
14
14
# Importance
15
15
16
-
If you have any issues or questions on using the package, please use issue tracker to create ticket.
17
16
18
-
In the future release, I am planning to add the following features:
17
+
If you have any issues or questions on using the package, please use issue tracker to create ticket.
19
18
20
-
- Tests will be covered in future release.
21
-
- Request client driver will be configurable.
22
-
- Field name will be supported in config file
23
-
- Combine reCAPTCHA v3 with v2, if v3 fails then pop-up v2 challenge to do second verification.
24
-
- Support VueJS component
25
19
26
20
## Description
27
21
28
22
Google reCAPTCHA v3 is a new mechanism to verify whether the user is bot or not.
29
23
24
+
reCAPTCHA v3 is intended for power users, site owners that want more data about their traffic, and for use cases in which it is not appropriate to show a challenge to the user.
25
+
26
+
For example, a registration page might still use reCAPTCHA v2 for a higher-friction challenge, whereas more common actions like sign-in, searches, comments, or voting might use reCAPTCHA v3.
27
+
28
+
Please check Google site: https://developers.google.com/recaptcha/docs/faq
29
+
30
30
## Features
31
31
32
32
- Score Comparision
33
33
- Support custom implementation on config interface
34
34
- Support custom implementation on request method interface
35
+
- Support invisible, global and inline badge style
35
36
36
37
## Requirement
37
38
@@ -51,7 +52,7 @@ This package requires the following dependencies:
Go to /index and click submit button and you should see an error message that 'Score does not meet the treshhold' because the threshold >2. You can play around the controller to see all outcomes. Importantly, you need to wait the script to load and render the token before clicking the submit button.
278
+
Go to /index and click submit button on contact us form and you should see an error message that 'Score does not meet the treshhold' because the threshold >2. You can play around the controller to see all outcomes. Importantly, you need to wait the script to load and render the token before clicking the submit button.
0 commit comments