svelte-recaptcha-v2 icon indicating copy to clipboard operation
svelte-recaptcha-v2 copied to clipboard

userTracker.resolve(event);

Open escapingSamsara opened this issue 1 year ago • 1 comments

what is the userTracker ? it is undefined for me. Also do i need a v2 key ? where would i use the secret key ? does it work with enterprise key too ?

escapingSamsara avatar Feb 11 '24 10:02 escapingSamsara

Hello, it was included in the readme as an example. It's not required to have a userTracker in your success event.

Also do i need a v2 key ? where would i use the secret key ? does it work with enterprise key too ?

For recaptcha, you need two keys, one for your front end and one for your backend. Please read the google documentation for implementation details.

basaran avatar May 04 '24 04:05 basaran