Changelog

#248
chore: bump hoek
12.0.0
breaking changes
#246
Support for hapi v21, node v18, ESM tests
#244
Drop support for node v12 and hapi v18
#236
Rename plugin options to be consistent across the hapi ecosystem
#235
Remove old repository name
#232
update to hapi v20
#231
migrate to new travis format
#229
change joi to validate and update lab
#228
Non system error in validateFunc will be swallowed
11.0.0
breaking changes
#227
Only node 12
#222
Update joi
#221
Update deps
#213
Change module namespace
#210
Move all cookie settings to `cookie`
#209
10.0.0 Release notes
#208
Remove ignoreIfDecorated
#207
No override of default cookie settings
#205
Upgrade to hapi 18
#204
Update for hapi 18
#193
Support password rotation
#196
referenced the raw request when setting next
9.0.0
breaking changes
#186
Respect auth mode for redirects
#176
Use options key for route configuration
#164
Issue 163
#183
Fix redirectTo function w/ blank to behave like blank redirectTo (fix)
#170
Drop session from cache in examples
8.0.0
breaking changes
#179
Update lead maintainer
#174
Upgraded module to hapi v17
#151
referenced the raw request when setting next
#152
Do not redecorate the request object if already decorated
#148
Allow redirectTo to be a function
#142
Add isSameSite to schema
#138
Options aren't required
#134
add note to readme about the 'ttl' option
#130
Test on node v6, update dependencies
#127
fix typo in readme
#124
Allow null to be passed for the ttl
#115
update readme with information/warning about cookie length
#118
decorator fix
#114
support many strategies
#107
Use server.decorate
5.0
breaking changes
#103
move away from request.auth.session
#101
Switch to use a request decoration instead of request.auth.session
4.0.0
breaking changes
#102
node 4 update
#93
Node >= 4 / es6 updates
#83
allow buffer as password
#80
Buffer type should be allowed for "password" option
3.0.0
breaking changes
#75
validateFunc according to signature function
#74
Updated docs
#72
Pass request object to validation function
#69
2.2.0 update
#68
Fix support for custom appendNext param
#67
`appendNext` no longer accepts a string
#65
allow null setting for domain
#64
domain is now required as a string, and null does not pass validation
#63
Version 2.1.0
#62
Allow environment variables to configure cookie scheme
2.0.0
breaking changes
#45
Version 2.0.0
#43
Use request.route.settings.plugin
#40
Invalid cookie should still return 401
#39
hapi 8.0 API
#42
Invalid cookie blocks scheme from redirecting
#37
Fix clearInvalid (for issue #34)
#34
Bad cookie value even with clearInvalid true
#35
Session keepAlive and ttl override
#30
add set/clear key for cookie
#29
Fix for handling multiple strategies
#26
Update key in auth.credentials
#22
Exposed path option for session cookie
#21
Expose 'path' in cookieOptions
#20
Update LICENSE
#19
Update License
#16
Fix hapi dev dep
#15
Skip redirection on try
#11
No way to use with 'try' mode if 'redirectTo' is set
#10
validateFunc credentials override session
#9
hapi 6.0
#6
Bring coverage back to 100%
#5
Bring coverage back to 100% after lab fix
#4
fix peerDependencies for hapi