expressjs / cookie-parser

Parse HTTP request cookies
MIT License
1.96k stars 220 forks source link

Allow 'partitioned' flag (bump dependencies) #101

Closed ctnelson1997 closed 9 months ago

ctnelson1997 commented 9 months ago

Chrome is starting a slow rollout of Cookies Having Independent Partitioned State (CHIPS), which requires the use of a new flag partitioned. Updated dependency cookie which adds this in version 0.6.0. Also updated cookie-signature to the latest version.

ctnelson1997 commented 9 months ago

Ran test script; no other verification done.

dougwilson commented 9 months ago

How does this allow it, though? All this module does is parse the cookie header, which has no attributes, it has no functionality in setting the set-cookie header.

If this does enable partitioned support, please add tests to the pr so we have tests to verify the functionality.

ctnelson1997 commented 9 months ago

Ah, misunderstanding on my end. I see activity on the other repos; I'll close this.