Skip to content

Commit a559a18

Browse files
committed
explicitly pass auth secret
1 parent 9a40073 commit a559a18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

convex/auth/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const createAuth = (ctx: GenericCtx<DataModel>) => {
4747
: {}
4848

4949
return betterAuth({
50+
secret: process.env.BETTER_AUTH_SECRET,
5051
baseURL: siteUrl,
5152
database: authComponent.adapter(ctx),
5253
session: {

0 commit comments

Comments
 (0)