Skip to content

Commit d7cc4d5

Browse files
druberyDaniel Rubery
andauthored
Update language around Max-Age in credential attribute, followup (#232)
Co-authored-by: Daniel Rubery <[email protected]>
1 parent a9e3f57 commit d7cc4d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ Set-Cookie: auth_cookie=abcdef0123; Domain=example.com; Max-Age=600; Secure; Htt
218218
// This specifies the exact cookie that this config applies to. Attributes
219219
// match the cookie attributes in RFC 6265bis and are parsed similarly to
220220
// a normal Set-Cookie line, using the same default values.
221-
// These SHOULD be equivalent to the Set-Cookie line accompanying this
222-
// response.
223221
"name": "auth_cookie",
224222
"attributes": "Domain=example.com; Path=/; Secure; HttpOnly; SameSite=None"
225223
// Attributes Max-Age and Expires will not contribute to whether a request

0 commit comments

Comments
 (0)