master
Cloudflare Basic Authentication
This worker allows you to add HTTP Basic Authentication to your Cloudflare domains.
Setup
Deploy with the button above, or clone this repo and configure via wrangler.toml before deploying.
In your worker settings, you must set a route pattern (NOT a custom domain) that this worker will cover.
Use secrets to add users, with the username as the key and the password as the value.
Description
Languages
JavaScript
100%