From 4011ed778f45e8a942fcd13b3ffc9906340c0071 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 27 Jan 2026 23:02:34 +0100 Subject: [PATCH] chore: rename cookie prefix to zerobyte --- app/lib/auth.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,