pixelmund / svelte-kit-cookie-session

⚒️ Encrypted "stateless" cookie sessions for SvelteKit
MIT License
182 stars 11 forks source link

Add support for CHIPS via Partitioned cookie attribute #60

Open geko1971 opened 6 months ago

geko1971 commented 6 months ago

Please consider adding support for Cookies Having Independent Partitioned State (CHIPS) by adding the possibility to provide cookie.partitioned option expressed as boolean value.

This is relevant for enabling setting the session cookies as CHIPS and get ready for the upcoming privacy sandboxing of third-party cookies in Chrome.

Thank you for your excellent job on this utility library!