We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd78da commit b1b5925Copy full SHA for b1b5925
README.md
@@ -230,7 +230,7 @@ Set-Cookie: auth_cookie=abcdef0123; Domain=example.com; Max-Age=600; Secure; Htt
230
// response.
231
"name": "auth_cookie",
232
"attributes": "Domain=example.com; Path=/; Secure; SameSite=None"
233
- // Attributes Max-Age, Expires and HttpOnly are ignored
+ // Attributes Max-Age and Expires are ignored
234
}]
235
}
236
```
0 commit comments