chore: rename cookie prefix to zerobyte
This commit is contained in:
parent
0ec23da8ab
commit
4011ed778f
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ const createBetterAuth = (secret: string) =>
|
|||
secret,
|
||||
trustedOrigins: config.trustedOrigins ?? ["*"],
|
||||
advanced: {
|
||||
cookiePrefix: "better-auth",
|
||||
useSecureCookies: false,
|
||||
cookiePrefix: "zerobyte",
|
||||
},
|
||||
onAPIError: {
|
||||
throw: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue