-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing coderelease notesMajor release documentationMajor release documentation
Milestone
Description
- Requires hapi v18
- Removes
ignoreIfDecoratedoption - Moves cookie options:
cookie- tocookie.namestrictHeader,isSecure,isHttpOnly,isSameSite,path,domain,ttl,password,clearInvalid- intocookie
- Uses server state defaults instead of module defaults
pathdefault changed from/tonull(no path) which defaults to current request path. This will cause cookies to only be accessible on the specific page they are set on. Manually set the path to/to apply the cookie to the entire site.
Darmaiad and rokszinrokkoPazzaVlad
Metadata
Metadata
Assignees
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing coderelease notesMajor release documentationMajor release documentation