mirror of
https://github.com/wireadmin/wireadmin
synced 2025-05-03 03:32:31 +00:00
fix: Cookies not being set due to not using HTTPS
This commit is contained in:
parent
93a923acf8
commit
9c7b7317c1
@ -43,6 +43,7 @@ export const actions: Actions = {
|
||||
cookies.set(AUTH_COOKIE, token, {
|
||||
maxAge: hour,
|
||||
httpOnly: true,
|
||||
secure: false,
|
||||
path: '/',
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user