nathschmidt/restify-cookies

Unable to set SameSite attribute

Closed this issue · 1 comments

At the moment restify cookies is not able to set the SameSite attribute, because the dependency "cookie" is installed with "^0.1.2" which matches up to version "0.1.5", but the latest is 0.4.0.

Chrome creates console warnings for cookies without this attribute.

Released as v0.2.6. Thanks!