Feature bot validation recaptcha components#782
Open
Zauras wants to merge 6 commits intofeature/bot-validationfrom
Open
Feature bot validation recaptcha components#782Zauras wants to merge 6 commits intofeature/bot-validationfrom
Zauras wants to merge 6 commits intofeature/bot-validationfrom
Conversation
added 5 commits
June 17, 2021 17:17
* add .env to .gitignore
* install google recaptcha v2 ands v3 components
* wrap App with google recaptcha v3
* add api functions for recaptcha v2 and v3 verification
* Add bot validation provider component
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nexchange/nexchange-open-client-react/ESJ6TeSAePLL3pNoCQesFrycPo6B [Deployment for cc2f7ae failed] |
* add styling for loader and error page * add remove recaptcha v2 site key prop -> can be taken from env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status: BLOCKED - waiting for adding tests
Background (user-story): Need bot validation to prevent getting data which can help hackers flood fiat providers
Implementation:
Breaking changes:
** REACT_APP_GOOGLE_RECAPTCHA_V3_SITE_KEY
** REACT_APP_GOOGLE_RECAPTCHA_V2_SITE_KEY
Unit tests included:
...coming soon