sidebase / nuxt-session

Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
https://sidebase.io/nuxt-session/
MIT License
188 stars 19 forks source link

Configurable secure attribute for session cookie #49

Closed re-mxp closed 1 year ago

re-mxp commented 1 year ago

Closes #46

BracketJohn commented 1 year ago

Great contribution, thanks @re-mxp. Do you need this soon? Then I would prioritize the next release of the package (:

re-mxp commented 1 year ago

Great contribution, thanks @re-mxp. Do you need this soon? Then I would prioritize the next release of the package (:

Yeah would be nice :)

BracketJohn commented 1 year ago

Great - it's published now 🎊

Check out the release notes and how to install it here: https://github.com/sidebase/nuxt-session/releases/tag/0.2.6

Thanks again for your great contribution! ❤️