Changelog
Version 12
12.0.1
- #248 chore: bump hoek
12.0.0
- #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
Version 11
11.0.2
11.0.1
- #228 Non system error in validateFunc will be swallowed
11.0.0
- #227 Only node 12
Version 10
10.1.2
- #222 Update joi
10.1.1
- #221 Update deps
10.1.0
- #213 Change module namespace
10.0.0
- #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
Version 9
9.1.0
- #196 referenced the raw request when setting next
9.0.0
- #186 Respect auth mode for redirects
Version 8
8.1.0
8.0.1
- #183 Fix redirectTo function w/ blank to behave like blank redirectTo (fix)
- #170 Drop session from cache in examples
8.0.0
Version 7
7.1.0
- #151 referenced the raw request when setting next
7.0.0
- #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
Version 6
6.1.1
- #118 decorator fix
6.1.0
- #114 support many strategies
6.0.0
- #107 Use server.decorate
Version 5
5.0
- #103 move away from request.auth.session
- #101 Switch to use a request decoration instead of request.auth.session
Version 4
4.0.0
Version 3
3.1.0
3.0.0
- #75 validateFunc according to signature function
- #74 Updated docs
- #72 Pass request object to validation function
Version 2
2.2.0
- #69 2.2.0 update
- #68 Fix support for custom appendNext param
- #67
appendNextno longer accepts a string - #65 allow null setting for domain
- #64 domain is now required as a string, and null does not pass validation
2.1.0
2.0.0
- #45 Version 2.0.0
- #43 Use request.route.settings.plugin
- #40 Invalid cookie should still return 401
- #39 hapi 8.0 API
Version 1
1.4.2
- #42 Invalid cookie blocks scheme from redirecting
1.4.1
1.4.0
- #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
1.3.2
1.3.1
- #16 Fix hapi dev dep
1.3.0
- #15 Skip redirection on try
1.2.0
- #11 No way to use with 'try' mode if 'redirectTo' is set
- #10 validateFunc credentials override session
1.1.0
- #9 hapi 6.0
1.0.3
- #6 Bring coverage back to 100%