jsardev/reaptcha

how to receive the generated key

danivijay opened this issue · 1 comments

I want the key that generated to be sent to the backend so that I can verify it. Where I can Receive the key?

The key is being passed by ReCAPTCHA as an argument in the onVerify callback. I guess this isn't documented in the README 😢