mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
docs: consistent indents with space instead of tabs (#1620)
This commit is contained in:
@@ -70,8 +70,8 @@ export const auth = betterAuth({
|
||||
defaultCookieAttributes: {
|
||||
secure: true,
|
||||
httpOnly: true,
|
||||
sameSite: "none", // Allows CORS-based cookie sharing across subdomains
|
||||
partitioned: true // New browser standards will mandate this for foreign cookies
|
||||
sameSite: "none", // Allows CORS-based cookie sharing across subdomains
|
||||
partitioned: true, // New browser standards will mandate this for foreign cookies
|
||||
},
|
||||
},
|
||||
trustedOrigins: [
|
||||
|
||||
@@ -128,7 +128,7 @@ export const auth = createAuth({
|
||||
defaultCookieAttributes: {
|
||||
sameSite: "none",
|
||||
secure: true,
|
||||
partitioned: true // New browser standards will mandate this for foreign cookies
|
||||
partitioned: true // New browser standards will mandate this for foreign cookies
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -143,7 +143,7 @@ export const auth = createAuth({
|
||||
sessionToken: {
|
||||
sameSite: "none",
|
||||
secure: true,
|
||||
partitioned: true // New browser standards will mandate this for foreign cookies
|
||||
partitioned: true // New browser standards will mandate this for foreign cookies
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user