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