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,
|
secret,
|
||||||
trustedOrigins: config.trustedOrigins ?? ["*"],
|
trustedOrigins: config.trustedOrigins ?? ["*"],
|
||||||
advanced: {
|
advanced: {
|
||||||
cookiePrefix: "better-auth",
|
cookiePrefix: "zerobyte",
|
||||||
useSecureCookies: false,
|
|
||||||
},
|
},
|
||||||
onAPIError: {
|
onAPIError: {
|
||||||
throw: true,
|
throw: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue