diff --git a/apps/api/src/lib/auth.ts b/apps/api/src/lib/auth.ts index bb68b23..80599a9 100644 --- a/apps/api/src/lib/auth.ts +++ b/apps/api/src/lib/auth.ts @@ -94,7 +94,7 @@ export async function initAuth(): Promise { enabled: true, max: 10, window: 60, - storage: "database", + storage: "memory", }, plugins: [ genericOAuth({ @@ -187,7 +187,7 @@ export async function initAuth(): Promise { enabled: true, max: 10, window: 60, - storage: "database", + storage: "memory", }, account: { storeStateStrategy: "cookie" as const,