{
baseURL,
database: undefined,
session: {
cookieCache: {
enabled: true,
maxAge: 7 * 24 * 60 * 60, // 7 days
strategy: "jwe",
refreshCache: true,
},
},
trustedOrigins: ["*"],
account: {
storeStateStrategy: "cookie",
storeAccountCookie: true,
},
socialProviders: {
google: {
prompt: "select_account",
clientId: process.env.GOOGLE_CLIENT_ID!,
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
}
},
}
{
baseURL,
database: undefined,
session: {
cookieCache: {
enabled: true,
maxAge: 7 * 24 * 60 * 60, // 7 days
strategy: "jwe",
refreshCache: true,
},
},
trustedOrigins: ["*"],
account: {
storeStateStrategy: "cookie",
storeAccountCookie: true,
},
socialProviders: {
google: {
prompt: "select_account",
clientId: process.env.GOOGLE_CLIENT_ID!,
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
}
},
}