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.
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.
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 settingisSameSite
to false.As part of the update I also brought all dependencies up to date.