mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core)!: Set the secure flag on issued cookies (#8812)
This commit is contained in:
committed by
GitHub
parent
2b0e14e936
commit
0818824a72
@@ -90,6 +90,7 @@ describe('AuthService', () => {
|
||||
httpOnly: true,
|
||||
maxAge: 604800000,
|
||||
sameSite: 'lax',
|
||||
secure: false,
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -177,6 +178,7 @@ describe('AuthService', () => {
|
||||
httpOnly: true,
|
||||
maxAge: 604800000,
|
||||
sameSite: 'lax',
|
||||
secure: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user