feat(auth): implement OAuth login with Google and GitHub, add Prisma adapter for user management

This commit is contained in:
Yusuf İpek
2026-04-10 22:23:13 +03:00
parent 5beaa26fb4
commit 4ba7521a38
5 changed files with 321 additions and 159 deletions
+1
View File
@@ -24,6 +24,7 @@
"bunny:cleanup-orphans": "bun run scripts/bunny-orphan-cleanup.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@aws-sdk/client-s3": "^3.985.0",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",