Express.js example application demonstrating Byebot integration.
npm install
npm startServer runs at http://localhost:4242
Edit values in app.js:
const BYEBOT_API_KEY = "your-api-key";
const BYEBOT_SITE_KEY = "your-site-key";- The form loads the captcha widget via
<script src="https://challenge.byebot.de/ray/widget.js"> - Widget renders in
<div class="captcha-widget" data-sitekey="..."> - On verification, widget adds hidden
byebot-tokenfield to form - Server validates token by POSTing to
https://challenge.byebot.de/validate_token