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

Depricate `nuxt-session` #91

Open zoey-kaiser opened 10 months ago

zoey-kaiser commented 10 months ago

We will be deprecating Nuxt Session. The main reasons for this are:

Steps for deprecation:

BracketJohn commented 10 months ago

Steps for deprecation:

Can you put concrete dates behind each step? I'd recommend doing the readme change ASAP and the actual deprecation in ~4 weeks.

Please also remember to recommend alternatives (most prominently, the nuxt native session management)

Remove NuxtSession from the https://sidebase.io/ homepage Remove NuxtSession from https://nuxt.com/modules

Let's not take down the documentation in case people still need it

zoey-kaiser commented 10 months ago

Let's not take down the documentation in case people still need it

The documentation was never moved to the website. The website only links to the ReadMe of the repo, so no documentation would be lose, we would only remove the website link.

Please also remember to recommend alternatives (most prominently, the nuxt native session management)

May I ask where I can find more information on nuxt native session management? I checked their documentation pages and could not find anything to the term "session". when googling Nuxt 3 Sessions, I only get this module (maybe our SEO is too good 😆)

BracketJohn commented 10 months ago

May I ask where I can find more information on nuxt native session management? I checked their documentation pages and could not find anything to the term "session". when googling Nuxt 3 Sessions, I only get this module (maybe our SEO is too good 😆)

At the moment AFAIK Nuxt 3 doesn't have it directly documented. It is integrated in h3, see here: https://github.com/unjs/h3#session