Add Clerk authentication and update auth flow for stories and API routes

This commit is contained in:
Riccardo Giorato
2025-12-25 14:17:32 +01:00
parent bbe8c8caf8
commit 8bc68eb102
10 changed files with 308 additions and 103 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
"start": "next start"
},
"dependencies": {
"@clerk/nextjs": "^6.36.5",
"@hookform/resolvers": "^3.10.0",
"@neondatabase/serverless": "^1.0.2",
"@next/env": "^16.1.1",
@@ -49,7 +50,7 @@
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"next": "16.0.10",
"next": "16.1.1",
"next-s3-upload": "^0.3.4",
"next-themes": "^0.4.6",
"react": "19.2.0",