Initial commit

This commit is contained in:
2025-10-28 11:50:15 +00:00
commit 057359608b
21 changed files with 1742 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "auth-securechat",
"version": "1.0.0",
"description": "Authentication worker for SecureChat using AnythingLLM",
"main": "src/index.js",
"scripts": {
"dev": "wrangler dev --ip 0.0.0.0",
"deploy": "wrangler deploy"
},
"dependencies": {
"hono": "^3.12.0",
"cookie": "^0.6.0"
},
"devDependencies": {
"wrangler": "^4.24.0"
}
}