const auth = await serverAuth()
const ctx = await auth.$context
await setSessionCookie(
ctx,
{ session, user },
rememberMe,
)
const auth = await serverAuth()
const ctx = await auth.$context
await setSessionCookie(
ctx,
{ session, user },
rememberMe,
)