plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

Support "SameSite" cookie attribute #650

Closed wataruoguchi closed 4 years ago

wataruoguchi commented 4 years ago

About the SameSite attribute: https://www.chromestatus.com/feature/5088147346030592

Current behaviour - The SameSite attribute is not supported as Plack's Cookie::Baker is v0.7.

It looks like the latest (v.0.11) Cookie::Baker supports the SameSite attribute. The history here: https://metacpan.org/changes/distribution/Cookie-Baker

We'd love to support the attribute with Plack. I assume we just need to bump up the version of Cookie::Baker.

wataruoguchi commented 4 years ago

My issue has been resolved by installing the latest version of Cookie::Baker separately. I'm closing this issue.