Socket
Socket
Sign inDemoInstall

mcaptcha-glue

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mcaptcha-glue

glue code to setup mCaptcha on your website


Version published
Weekly downloads
0
Maintainers
2
Created
Weekly downloads
 

Readme

Source

PoW JavaScript library

JavaScript library to generate PoW for mCaptcha

0.1.0 Build) codecov

Usage

Add this snippet to the form which requires to be protected using mCaptcha

<div style="width: 304px; height: 78px;">
  <iframe
    title="mCaptcha"
    src="<LINK TO WIDGET>"
    role="presentation"
    name="mcaptcha-widget__iframe"
    id="mcaptcha-widget__iframe"
    scrolling="no"
    sandbox="allow-same-origin allow-scripts"
    width="304"
    height="78"
    data-mcaptcha_host="<mCaptcha HOST LOCATION>"
    frameborder="0"
  ></iframe>
</div>
<script src="../dist/index.js"></script>
<script charset="utf-8">
  mcaptchaGlue.init();
</script>

Example

See example form in ./static/embeded.html

Keywords

FAQs

Last updated on 12 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc