Migrate core authentication and API from Supabase to Appwrite

Co-authored-by: FranP-code <76450203+FranP-code@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-25 20:20:50 +00:00
parent 26e465079b
commit 1f68da4a5b
10 changed files with 623 additions and 263 deletions

7
package-lock.json generated
View File

@@ -46,6 +46,7 @@
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.5.0",
"ai": "^4.3.16",
"appwrite": "^18.2.0",
"astro": "^5.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@@ -3982,6 +3983,12 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/appwrite": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-18.2.0.tgz",
"integrity": "sha512-g7pQpsxqR7+amEIaQLXMN4XzdQKenTHnGdA4s7UUJdZufhlHdJby8895h8z893+S0XipeHZhi0wpxYA2An95Rg==",
"license": "BSD-3-Clause"
},
"node_modules/arg": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",