Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 286 Bytes

Most of the code has been copy-pasted from https://github.com/jshttp/basic-auth

Why

I use it to protect static html pages.

Usage

  1. Set credentials in index.js
const NAME = "super"
const PASS = "secret"
  1. Save and copy index.js to your cloudflare worker and deploy