mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
9e14a78cb0
* 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>
5 lines
101 B
Markdown
5 lines
101 B
Markdown
---
|
|
"astro": minor
|
|
---
|
|
|
|
Adds the `httpOnly`, `sameSite`, and `secure` options when deleting a cookie
|