Supabase login/register entegrasyonu

This commit is contained in:
2025-11-12 22:23:47 +03:00
parent 7d2d9a54e9
commit 73ad410535
10 changed files with 502 additions and 49 deletions

View File

@@ -8,9 +8,13 @@
"dev": "nodemon index.js"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"epub-gen": "^0.1.0",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.4",
"uuid": "^9.0.1"
}