
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@queue-it/cloudflare
Advanced tools
The Queue-it Security Framework is used to ensure that end users cannot reach to your protected backend routes without passing the virtual queue by performing a server-side validation before processing a request. This approach is using Cloudflare Workers and Cloudflare Workers KV to integrate a Cloudflare protected WebServer with Queue-it. This repository is containing a JavaScript file queueitknownuser.bundle.js
you add as a Worker to your Cloudflare distribution to protect your traffic going through Cloudflare.
When a user makes a request to your backend Cloudflare will trigger queue-it Worker, the script validates the request and if it is needed, it will redirect the user to the queue. After waiting in the queue, the queue engine will redirect the user back to your end attaching a query string parameter (queueittoken
) containing some information about the user to the URL.
The most important fields of the queueittoken
are:
After the user is returned from the queue, the Worker script will let the user continue his request to your backend (without redirecting to the queue since the request has a valid queueittoken as querystring).
IntegrationConfigKV
worker.zip
file from the latest release.queueitknownuser.bundle.js
file.IntegrationConfigKV
and for NAMESPACE you should be able to select IntegrationConfigKV
which you had added beforeQUEUEIT_CUSTOMERID
and QUEUEIT_SECRETKEY
in queueitknownuser.bundle.js
replace their values with your customerId and secretKey found in Go Queue-It self-service platform (I have done it for you in the attached file, so it is not needed here)Please contact queue-it support for further information and instructions.
FAQs
KnownUserV3.Cloudflare
The npm package @queue-it/cloudflare receives a total of 2 weekly downloads. As such, @queue-it/cloudflare popularity was classified as not popular.
We found that @queue-it/cloudflare demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.