nuxt-community / universal-storage-module

Universal Storage Utilities for Nuxt 2
MIT License
276 stars 15 forks source link

cookie options ignored - hence settings are not secure enough #194

Open haci-xplora opened 1 year ago

haci-xplora commented 1 year ago

it is very important that we deliver secure systems e.g. { httpOnly: true, secure: true } should be used by default as advised by experts. we try to set these options but cookie generated is not secure as expected.