feat(apps\server): auth stuff

This commit is contained in:
2025-02-17 06:05:12 -06:00
parent aa2ba8d79a
commit ca27264bb0
9 changed files with 295 additions and 5 deletions

View File

@@ -24,14 +24,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@auth/core": "^0.37.4",
"@dotenvx/dotenvx": "^1.35.0",
"@hono/auth-js": "^1.0.15",
"@hono/zod-openapi": "^0.18.4",
"@shared/lib": "*",
"@types/bun": "^1.2.2",
"concurrently": "^9.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"hono": "^4.7.0",
"hono": "^4.7.1",
"http-proxy-middleware": "^3.0.3",
"@shared/lib": "*"
"zod": "^3.24.2"
},
"peerDependencies": {
"typescript": "^5.0.0"