We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a40073 commit a559a18Copy full SHA for a559a18
1 file changed
convex/auth/component.ts
@@ -47,6 +47,7 @@ export const createAuth = (ctx: GenericCtx<DataModel>) => {
47
: {}
48
49
return betterAuth({
50
+ secret: process.env.BETTER_AUTH_SECRET,
51
baseURL: siteUrl,
52
database: authComponent.adapter(ctx),
53
session: {
0 commit comments