Add 'sameSite' option to login cookie

This commit is contained in:
Wolfgang Huß 2022-01-20 13:43:49 +01:00
parent 33f0459883
commit 81ffed4758

View File

@ -201,6 +201,7 @@ export default {
/** * A Boolean indicating if the cookie transmission requires a
* secure protocol (https). Defaults to false. */
secure: CONFIG.COOKIE_HTTPS_ONLY,
sameSite: 'lax',
},
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)