You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output+=`${pc.dim(" •")} Set CLERK_JWT_ISSUER_DOMAIN in Convex Dashboard\n`;
131
-
output+=`${pc.dim(" •")} Set CLERK_PUBLISHABLE_KEY in apps/*/.env\n`;
132
-
}
133
-
134
125
output+=`${pc.cyan(
135
126
`${stepCounter++}.`,
136
127
)} Copy environment variables from\n${pc.white(
@@ -417,7 +408,7 @@ function getWranglerDeployInstructions(
417
408
}
418
409
419
410
functiongetClerkInstructions(): string{
420
-
return`${pc.bold("Clerk Authentication Setup:")}\n${pc.cyan("1.")}Sign up for Clerk at ${pc.underline("https://clerk.com/sign-up")}\n${pc.cyan("2.")} Create a new application in Clerk Dashboard\n${pc.cyan("3.")} Create a JWT template named ${pc.bold("'convex'")} (exact name required)\n${pc.cyan("4.")} Copy your Clerk Frontend API URL (Issuer URL)\n${pc.cyan("5.")} Set environment variables:\n${pc.dim(" •")}CLERK_JWT_ISSUER_DOMAIN in Convex Dashboard\n${pc.dim(" •")} CLERK_PUBLISHABLE_KEY in apps/*/.env\n${pc.cyan("6.")} Follow the complete guide: ${pc.underline("https://docs.convex.dev/auth/clerk")}\n${pc.yellow("NOTE:")} Use Convex's <Authenticated> components instead of Clerk's <SignedIn>`;
411
+
return`${pc.bold("Clerk Authentication Setup:")}\n${pc.cyan("•")}Follow the guide: ${pc.underline("https://docs.convex.dev/auth/clerk")}\n${pc.cyan("•")} Set CLERK_JWT_ISSUER_DOMAIN in Convex Dashboard\n${pc.cyan("•")}Set CLERK_PUBLISHABLE_KEY in apps/*/.env`;
0 commit comments