v8.0.0
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.