Today we could take a look on simple example how we can add Google reCAPTCHA to our SharePoint Framework (SPFx) React Web Part.
Firstly, you have to register to use reCAPTCHA API here. Choose reCAPTCHA V2. After registration save Site Key because you will need it a little bit later.
Because we chose React Framework for our SPFx Web Part we could use react-google-recaptcha npm package. We must use react-async-script too. Continue reading “SPFx React Web Part & reCAPTCHA”
