ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.73k stars 518 forks source link

Add support for Partitioned/CHIPS cookies #493

Closed NoahTheDuke closed 5 months ago

NoahTheDuke commented 5 months ago

Adds simple support for Partitioned cookies. Does no validation (requiring :secure). I briefly considered it, but that felt like a step too far.

Closes #492

weavejester commented 5 months ago

Can you remove the atom and var privacy changes? A PR should be focused on fixing one bug or implementing one feature.

NoahTheDuke commented 5 months ago

Force-pushed the changes, so it's purely the addition of :partitioned.

weavejester commented 5 months ago

Thanks for the update!

NoahTheDuke commented 4 months ago

Hey James, any chance this will be released soon?

weavejester commented 4 months ago

Coincidentally, I was just looking into what would be needed to cut a 1.12 release. It should be released within a week.

NoahTheDuke commented 4 months ago

Thanks homie