mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-18 14:54:23 +01:00
fix: change cookie sameSite config
This commit is contained in:
@@ -8,6 +8,7 @@ const logoutHandler = (req, res, next) => {
|
||||
.clearCookie('Authorization', {
|
||||
secure: true,
|
||||
httpOnly: true,
|
||||
sameSite: "none",
|
||||
})
|
||||
.redirect("/")
|
||||
.end()
|
||||
|
||||
Reference in New Issue
Block a user