Added in same site cookie middleware to account for csrf token

This commit is contained in:
2022-01-23 20:59:06 +00:00
parent 36335dc752
commit b05860f8da
4 changed files with 67 additions and 5 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
"guzzlehttp/psr7": "^2.0",
"http-interop/http-factory-guzzle": "^1.2",
"laminas/laminas-diactoros": "^2.6",
"laminas/laminas-httphandlerrunner": "^2.0"
"laminas/laminas-httphandlerrunner": "^2.0",
"selective/samesite-cookie": "^0.3.0"
}
}