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.
Environment
Nuxi 3.0.0 11:59:07 11:59:09 RootDir: /home/projects/nuxt-starter-jrvipw 11:59:09 Nuxt project info: 11:59:09
Linux
v16.14.2
3.0.0
1.0.0
npm@7.17.0
vite
modules
,auth
,session
@sidebase/nuxt-session@0.2.6
,@sidebase/nuxt-auth@0.3.4
Build Modules:
-
π Report an issue: https://github.com/nuxt/framework/issues/new 11:59:09
π Suggest an improvement: https://github.com/nuxt/framework/discussions/new
π Read documentation: https://v3.nuxtjs.org
Reproduction
https://stackblitz.com/edit/nuxt-starter-jrvipw?file=nuxt.config.ts
Describe the bug
I am trying to reproduce the following error:
I can't use nuxt-auth and nuxt-session in the same project as they both use the useSession composable.
But when trying to mount the project on stackBlitz it gives me an argon2 error
Additional context
No response
Logs
No response