From 24f266c7ab5fcb014c7334a9b81ee82fa8103637 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:51:33 -0800 Subject: [PATCH] fix: extend-cookie-expire (#1981) potential fix for #1816 --- frontend/nuxt.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 664e86fb4930..b088901c3a96 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -121,6 +121,13 @@ export default { callback: "/login", home: "/", }, + cookie: { + prefix: "mealie.auth.", + options: { + expires: 7, + path: "/", + }, + }, // Options strategies: { local: {