A Polymer Invisible Recaptcha web-component for 🤖 detection (Polymer 1.x)
<invisible-recaptcha>
is an web-component implementation of the Invisible Recaptcha by Google.
- You need to get an API Key here (select invisible Recaptcha)
- Place the element where you want
- When you want to make the verification, just call the verify function.
- Wait the end of the verification.
verification-finished
will fire. - Verify the token with your backend. Full documentation
- Set the
shadow-dom
attribute. - When you open the form call
render()