theodorejb / es-cookie

A simple, lightweight module for handling cookies
MIT License
45 stars 2 forks source link

Enforce Type System on SameSite=None cookies to be Secure #7

Closed rkrasiuk closed 4 years ago

rkrasiuk commented 4 years ago

All SameSite=None cookies must be Secure.

rkrasiuk commented 4 years ago

@theodorejb how often do you usually publish the package?

theodorejb commented 4 years ago

@rkrasiuk I usually publish a new version shortly after finishing any changes.

rkrasiuk commented 4 years ago

@theodorejb I am terribly sorry, can we do one more release with CookiesAttributes type exported from the module?

rkrasiuk commented 4 years ago

@theodorejb I can make a PR, if needed