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
189 stars 19 forks source link

Driver options are not passed through correctly #8

Closed BracketJohn closed 1 year ago

BracketJohn commented 1 year ago

Reported by @Twitch0125 here: #7

I opened an issue in nuxt/framework here: https://github.com/nuxt/nuxt.js/issues/15237 to see if this is a bug or feature. If its a bug we may not need to fix it here but rather wait for an upstream fix in nuxt.

BracketJohn commented 1 year ago

So, in https://github.com/nuxt/nuxt.js/issues/15237 it was confirmed that runtime config is de-/serialized -> I added this to the official nuxt docs via a PR.