set default to cookie to match JSDoc

This commit is contained in:
van-sprundel
2025-11-24 22:51:39 +01:00
committed by Alex Yang
parent eab17f05b1
commit fe1175a72b

View File

@@ -169,7 +169,7 @@ export async function createAuthContext(
socialProviders: providers,
options,
oauthConfig: {
storeStateStrategy: options.account?.storeStateStrategy || "database",
storeStateStrategy: options.account?.storeStateStrategy || "cookie",
skipStateCookieCheck: !!options.account?.skipStateCookieCheck,
},
tables,