0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/shaggy-cats-film.md
Farzad 9e14a78cb0
Accept common cookie attributes when deleting a cookie (#10671)
* Accept common cookie attributes when deleting a cookie

* Fix AstroCookieSetOptions IDE annotations

* Use AstroCookieSetOptions to construct AstroCookieDeleteOptions

* Update .changeset/shaggy-cats-film.md

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>

---------

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-10 10:18:54 -04:00

5 lines
101 B
Markdown

---
"astro": minor
---
Adds the `httpOnly`, `sameSite`, and `secure` options when deleting a cookie