implement cache proxy with authentication

This commit is contained in:
Abel Luck 2026-02-26 11:30:30 +01:00
parent aa13287f67
commit affaa13e4b
5 changed files with 419 additions and 15 deletions

View file

@ -12,8 +12,13 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.12.4",
"@types/node": "^25.3.1",
"@types/range-parser": "^1.2.7",
"typescript": "^5.5.2",
"vitest": "~3.2.0",
"wrangler": "^4.68.1"
},
"dependencies": {
"jose": "^6.1.3",
"range-parser": "^1.2.1"
}
}
}