Hi,
In anticipation of the breaking change in Chromium regarding the SameSite cookie defaults we try to set the cookie to None to explicitly enforce the prior browser behaviour.
When we do that, we the latest version 1.16.2 the server blows up since the express-session module does not support the nonce value to be set.
Looks like the fix was already merged in, but npm still have the old version of the cookie module.
Do you mind to publish the latest to npm?
Thanks!
Yes, the change was merged in and I did forget about publishing it. I saw the comment on the PR but am just out of the country and will publish as soon as I am back.
+1
wating for the npm publish
thank you!
Thanks, @dougwilson! Do you know when you're coming back/plan to publish?
I was just merging some outstanding easy PRs (like docs) into master yesterday, but then ran into a personal issue and was not able to come back to github the rest of the night. I am almost off work now today and plan to complete it when I get home tonight.
Most helpful comment
I was just merging some outstanding easy PRs (like docs) into master yesterday, but then ran into a personal issue and was not able to come back to github the rest of the night. I am almost off work now today and plan to complete it when I get home tonight.