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

Use `application-side` instead of `client-side` #28

Open BracketJohn opened 1 year ago

BracketJohn commented 1 year ago

Describe the feature

client-side is misleading, as in practice for universally rendered apps the "client" code is executed both on the server and on the client.

We recently introduced this change + a glossary for nuxt-auth, having it here would be beneficial for:

https://github.com/sidebase/nuxt-auth

Additional information

No response