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

@@ -16,40 +16,40 @@
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"radix-ui": "^1.4.2",
"@tanstack/react-form": "^1.12.3",
"@tailwindcss/vite": "^4.0.15",
"@tanstack/react-form": "^1.12.3",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-router": "^1.114.25",
"@trpc/client": "^11.5.0",
"@trpc/server": "^11.5.0",
"@trpc/tanstack-react-query": "^11.5.0",
"appwrite": "^14.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.2.5",
"zod": "^4.0.2",
"@trpc/tanstack-react-query": "^11.5.0",
"@trpc/client": "^11.5.0",
"@trpc/server": "^11.5.0",
"@tanstack/react-query": "^5.85.5",
"vite-plugin-pwa": "^1.0.1",
"better-auth": "^1.3.7"
"zod": "^4.0.2"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.85.5",
"@tanstack/react-router-devtools": "^1.114.27",
"@tanstack/router-plugin": "^1.114.27",
"@tauri-apps/cli": "^2.4.0",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.3",
"typescript": "^5.8.3",
"tailwindcss": "^4.0.15",
"vite": "^6.2.2",
"@tanstack/react-query-devtools": "^5.85.5",
"@vite-pwa/assets-generator": "^1.0.0",
"@tauri-apps/cli": "^2.4.0"
"typescript": "^5.8.3",
"vite": "^6.2.2"
}
}