hapijs / yar

A hapi session manager
Other
133 stars 59 forks source link

Default isSameSite to Lax, update dependencies, and update API.md #102

Closed mark-bradshaw closed 8 years ago

mark-bradshaw commented 8 years ago

Issue #101 brought to attention a recent change in statehood that causes some cookie issues in Chrome. To fix this I've added a new cookie default for the new option isSameSite and set it equal to 'Lax'. I believe this will work well for most people, but you can disable that feature entirely by setting isSameSite to false.

As part of the update I also brought all dependencies up to date.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.