Skip to content

Commit

Permalink
notes added to auth.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
burakorkmez committed Apr 5, 2024
1 parent a083d38 commit 0a25b05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion convex/auth.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const authConfig = {
providers: [
{
domain: "https://stirred-clam-37.clerk.accounts.dev",
// Here I'm getting the domain value from process.env.CLERK_ISSUER_URL. If you want to do the same thing set this as an environment variable in your Convex Dashboard
// This is something I updated after the video. The reason is: we would like to keep our secrets out of our codebase.
//
domain: process.env.CLERK_ISSUER_URL,
applicationID: "convex",
},
],
Expand Down

0 comments on commit 0a25b05

Please sign in to comment.