diff --git a/app/lib/auth.ts b/app/lib/auth.ts index 1cbd1469..b3c396c2 100644 --- a/app/lib/auth.ts +++ b/app/lib/auth.ts @@ -24,8 +24,7 @@ const createBetterAuth = (secret: string) => secret, trustedOrigins: config.trustedOrigins ?? ["*"], advanced: { - cookiePrefix: "better-auth", - useSecureCookies: false, + cookiePrefix: "zerobyte", }, onAPIError: { throw: true,