Skip to content

An example of a Cloudflare worker that integrates Netacea's bot protection with Queue-It's KnownUser V4.

License

Notifications You must be signed in to change notification settings

Netacea/queue-it-integration-example

Repository files navigation

Queue-It POC Cloudflare Worker

This repository contains an example integration of Netacea's bot detection with Queue-It's KnownUser V4 package. It is currently deployed in https://queue.netacea-int.co.uk/.

Queue-It POC Flow

Installation

To install all dependecies, run npm ci in the root level of this repository. Afterwards move to src/connector-cloudflare-4.1.1, and run npm ci once more to install KnownUser V4 dependencies.

Configuration

Copy wrangler.toml.exmple into wrangler.toml and edit account_id, route, and IntegrationConfigKV binding IDs as necessary. After that, copy NetaceaConfig.example.json into NetaceaConfig.json, and replace example config values as needed.

Deployment

To deploy the worker, run npm run publish in the root directory. Configuration must be completed for deployment to succeed.

Useful resources

Below is a list of useful resources gathered during creation of this integration:

About

An example of a Cloudflare worker that integrates Netacea's bot protection with Queue-It's KnownUser V4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published