dflydev / dflydev-fig-cookies

Cookies for PSR-7 HTTP Message Interface.
MIT License
224 stars 29 forks source link

Added support for SameSite=None. Updated tests. #36

Closed MrDys closed 4 years ago

MrDys commented 4 years ago

This PR adds None as a possible value for the SameSite setting. Per the spec, None is a valid value and is needed when explicitly permitting cross-site cookie delivery.

simensen commented 4 years ago

@MrDys Thanks!

@Ocramius What say you? :)