implement cache proxy with authentication
This commit is contained in:
parent
aa13287f67
commit
affaa13e4b
5 changed files with 419 additions and 15 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue