lzztt / koa-session-minimal

Minimal implementation of session middleware for Koa 2
MIT License
75 stars 13 forks source link

'secure' cookie option #7

Closed olsonpm closed 7 years ago

olsonpm commented 7 years ago

any reason you provided a default for the 'secure' option? the cookies module dynamic default seems more intuitive than your hardcoding of false

lzztt commented 7 years ago

Thank you, olsonpm. It is a very good suggestion. I will remove the default value for the secure option.

lzztt commented 7 years ago

released v3.0.3

olsonpm commented 7 years ago

Wow - thanks so much.

btw, this module was well written and documented. I had the pleasurable experience of writing code that just worked.