From e1b2b26a60b329ace7467e00eb5311f912f7daab Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Thu, 19 Feb 2026 20:25:56 +1100 Subject: [PATCH 1/2] Update session duration --- lib/auth/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/auth/index.ts b/lib/auth/index.ts index ce8f83b..93bc25f 100644 --- a/lib/auth/index.ts +++ b/lib/auth/index.ts @@ -13,6 +13,8 @@ export const auth = betterAuth({ enabled: false, }, session: { + expiresIn: 60 * 60 * 24 * 90, + updateAge: 60 * 60 * 24, cookieCache: { enabled: false, }, From 98267f98e4047528e321b1539221fd98ec8266b3 Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Thu, 19 Feb 2026 20:35:12 +1100 Subject: [PATCH 2/2] Add mise --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..e4d3255 --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[tools] +bun = "1"