fix: extend-cookie-expire (#1981)

potential fix for #1816
This commit is contained in:
Hayden 2023-01-03 17:51:33 -08:00 committed by GitHub
parent 3fadb82c75
commit 24f266c7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,13 @@ export default {
callback: "/login",
home: "/",
},
cookie: {
prefix: "mealie.auth.",
options: {
expires: 7,
path: "/",
},
},
// Options
strategies: {
local: {