fix(api): wrap encryptSecret in try/catch to return proper JSON error (GRO-441) #221

Merged
groombook-engineer[bot] merged 3 commits from fix/gro-441-auth-provider-500 into main 2026-04-04 00:24:40 +00:00
Showing only changes of commit f37cf16b1f - Show all commits
+1 -1
View File
@@ -179,7 +179,7 @@ export async function initAuth(): Promise<void> {
},
],
}),
],
],
session: {
expiresIn: 60 * 60 * 24 * 7, // 7 days
updateAge: 60 * 60 * 24, // 1 day