unjs / cookie-es

🍪 Cookie and Set-Cookie parser and serializer
Other
151 stars 10 forks source link

feat: add `partitioned` option #21

Closed AlexXanderGrib closed 7 months ago

AlexXanderGrib commented 11 months ago

Spec: https://developer.mozilla.org/en-US/docs/Web/Privacy/Partitioned_cookies

fmoessle commented 10 months ago

Would love to see this one merged and used in h3 and nitro. Google is starting to phase out third-party cookies for everyone in the second half of 2024 link. Partitioned cookies is one of the suggested methods by google for dealing with this.

AlexXanderGrib commented 8 months ago

jshttp/cookie#153 already added partitioned support into upstream. Can this be merged?

adarshmadrecha commented 7 months ago

Looking forward to release with this feature.

pi0 commented 7 months ago

Thanks.