senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

Enabled option for forcing cookies to be sent only over https #16

Closed piccoloaiutante closed 9 years ago

piccoloaiutante commented 9 years ago

i passed options to cookies library so that we can enable the secure option in the library. This allow to check that cookies are sent only over https connections.

Added also related test.