Skip to content

Commit 07c3d39

Browse files
committed
feat: set up clerk - authentication
1 parent 6b4d0d7 commit 07c3d39

File tree

9 files changed

+270
-8
lines changed

9 files changed

+270
-8
lines changed

convex/auth.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default {
2+
providers: [
3+
{
4+
domain: "https://saving-sawfly-45.clerk.accounts.dev",
5+
applicationID: "convex",
6+
},
7+
],
8+
};

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@clerk/clerk-react": "^5.24.1",
13+
"@clerk/nextjs": "^6.12.4",
1214
"@hookform/resolvers": "^3.10.0",
1315
"@radix-ui/react-accordion": "^1.2.2",
1416
"@radix-ui/react-alert-dialog": "^1.1.5",

0 commit comments

Comments
 (0)