mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
improve security by shortn the cookie ttl
This commit is contained in:
@@ -37,7 +37,7 @@ const cookieSession$0 = (userId) => {
|
|||||||
name: 'fredy-admin-session',
|
name: 'fredy-admin-session',
|
||||||
keys: ['fredy', 'super', 'fancy', 'key', nanoid()],
|
keys: ['fredy', 'super', 'fancy', 'key', nanoid()],
|
||||||
userId,
|
userId,
|
||||||
maxAge: 8 * 60 * 60 * 1000, // 8 hours
|
maxAge: 2 * 60 * 60 * 1000, // 2 hours
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
export { cookieSession$0 as cookieSession };
|
export { cookieSession$0 as cookieSession };
|
||||||
|
|||||||
Reference in New Issue
Block a user