Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 949 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 949 Bytes

Published on webcomponents.org

A Polymer Invisible Recaptcha web-component for 🤖 detection (Polymer 1.x)

<invisible-recaptcha> is an web-component implementation of the Invisible Recaptcha by Google.

How to detect 🤖 :

  1. You need to get an API Key here (select invisible Recaptcha)
  2. Place the element where you want
  3. When you want to make the verification, just call the verify function.
  4. Wait the end of the verification. verification-finished will fire.
  5. Verify the token with your backend. Full documentation

How to use inside shadow-dom :

  1. Set the shadow-dom attribute.
  2. When you open the form call render()