Skip to content

v8.0.0

Compare
Choose a tag to compare
@mark-bradshaw mark-bradshaw released this 07 Sep 23:18
· 102 commits to master since this release

I added 'isSameSite' to the default cookie options. This corresponds to a recent change in statehood that added this functionality, and set the default to 'Strict'. This causes problems with session cookies in Chrome. Our new default is 'Lax', which should work for most folks just fine. You can also disable the feature entirely by setting isSameSite to false.

** NOTE ** This version requires an update to Hapi version > 14.