Easy implementation of Google reCAPTCHAv3 in RShiny Web Applications.
shinygCAPTCHAv3
can be implemented as follows.
Add the function GreCAPTCHAv3Ui
in the UI part of your RShiny web application to invoke reCAPTCHAv3 Javascript.
Add the function GreCAPTCHAv3Server
in the server part of your RShiny web application to receive response token and verify it with Google's servers for verification.
Click here to see a demo.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.