Skip to content

Commit

Permalink
SameSite. Closes #3318
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Aug 26, 2016
1 parent c4f5e8a commit e780f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,10 @@ across multiple requests. Registers a cookie definitions where:
deleted when the browser is closed).
- `isSecure` - sets the 'Secure' flag. Defaults to `false`.
- `isHttpOnly` - sets the 'HttpOnly' flag. Defaults to `false`.
- `isSameSite` - sets the 'SameSite' flag where the value must be one of:
- `false` - no flag (this is the default value).
- `'Strict'` - sets the value to `'Strict'`,
- `'Lax'` - sets the value to `'Lax'`,
- `path` - the path scope. Defaults to `null` (no path).
- `domain` - the domain scope. Defaults to `null` (no domain).
- `autoValue` - if present and the cookie was not received from the client or explicitly set by
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e780f2e

Please sign in to comment.