aboutsummaryrefslogtreecommitdiff
path: root/packages/web/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-03 21:07:28 -0800
committerFuwn <[email protected]>2026-02-03 21:07:28 -0800
commite72b0cb261b5fc9c70a839882ea07160ef7ef424 (patch)
tree0913ca6b24a078b91a64d15817d80d3cdaf56d32 /packages/web/package.json
parentfeat(mcp): Wire to Supabase with project and search tools (diff)
downloadarchived-imemio-e72b0cb261b5fc9c70a839882ea07160ef7ef424.tar.xz
archived-imemio-e72b0cb261b5fc9c70a839882ea07160ef7ef424.zip
feat(web): Replace NextAuth with Supabase Auth
Diffstat (limited to 'packages/web/package.json')
-rw-r--r--packages/web/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/package.json b/packages/web/package.json
index 2fbbca1..b140111 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -18,7 +18,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@auth/drizzle-adapter": "^1.7.2",
+ "@supabase/ssr": "^0.8.0",
+ "@supabase/supabase-js": "^2.94.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "^11.0.0",
@@ -26,7 +27,6 @@
"@trpc/server": "^11.0.0",
"drizzle-orm": "^0.41.0",
"next": "^15.2.3",
- "next-auth": "5.0.0-beta.25",
"postgres": "^3.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",