Hello everyone, I encountered a RESTful API server that protects its signup and login endpoints by requesting google_recaptcha_token in the JSON request body alongside the username, password, etc. and then it's apparently validated on the server.The front end for this app is build with React Native, can anyone please guide me on how can I implement a system like this in NodeJS/ExpressJS and Flutter for front-end? It's worth mentioning that that app's React Native front end does not have reCAPTCHA visible, based on what I found it can be invisible, but I could not find an alternative for Flutter.Thanks a lot in advance for help. :)
Submitted July 22, 2020 at 02:37AM by diebxlue
No comments:
Post a Comment