Google reCAPTCHA
How to integrate Google reCAPTCHA in your application.
Sign in to Google reCAPTCHA
Go into Google reCAPTCHA and sign in.
Register a new site
Select Create
button inside the Register a new site
section.
Add your domain and select the reCAPTCHA type you want to use.
Add keys to .env
Add the keys to your .env
file.
Provide keys to VitNode
Edit your app.module.ts
file and add captcha
object to the VitNodeModule
configuration.