Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
153 stars 30 forks source link

Update README.md #50

Closed mahovich closed 5 years ago

mahovich commented 5 years ago

Added missing information about sameSite option

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #50   +/-   ##
====================================
  Coverage      98%   98%           
====================================
  Files           2     2           
  Lines          50    50           
  Branches       13    13           
====================================
  Hits           49    49           
  Misses          1     1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fe0909b...ed74ec5. Read the comment docs.

mahovich commented 5 years ago

The sameSite option is not new. It was added to the original cookies library back in 2017.