feat: Implement user authentication using NextAuth with social and credentials providers.

This commit is contained in:
pradeepkumar
2025-12-20 19:22:35 +05:30
parent b1cd8376ac
commit 218337666e
8 changed files with 452 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"next": "16.1.0",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",
"react-dom": "19.2.3"
},