feat: migrate authentication to Appwrite and remove Better-Auth references

This commit is contained in:
2025-09-03 20:03:13 -03:00
parent 7b0526ebee
commit 2dc472c60e
15 changed files with 380 additions and 317 deletions

View File

@@ -18,21 +18,21 @@
"db:down": "docker compose down"
},
"dependencies": {
"dotenv": "^17.2.1",
"zod": "^4.0.2",
"@trpc/server": "^11.5.0",
"@trpc/client": "^11.5.0",
"@hono/trpc-server": "^0.4.0",
"hono": "^4.8.2",
"@trpc/client": "^11.5.0",
"@trpc/server": "^11.5.0",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.2",
"hono": "^4.8.2",
"node-appwrite": "^14.2.0",
"pg": "^8.14.1",
"better-auth": "^1.3.7"
"zod": "^4.0.2"
},
"devDependencies": {
"tsdown": "^0.14.1",
"typescript": "^5.8.2",
"@types/bun": "^1.2.6",
"@types/pg": "^8.11.11",
"drizzle-kit": "^0.31.2",
"@types/pg": "^8.11.11"
"tsdown": "^0.14.1",
"typescript": "^5.8.2"
}
}