Skip to content

Commit

Permalink
Setup auth with clerk
Browse files Browse the repository at this point in the history
  • Loading branch information
scottquested committed Jan 22, 2024
1 parent 8577943 commit f6e9544
Show file tree
Hide file tree
Showing 10 changed files with 5,356 additions and 5,220 deletions.
10 changes: 10 additions & 0 deletions convex/auth.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const authConfig = {
providers: [
{
domain: "https://immense-dog-88.clerk.accounts.dev",
applicationID: "convex",
},
],
};

export default authConfig;
Loading

0 comments on commit f6e9544

Please sign in to comment.