[QUESTION] Express Session #96
-
Amazing package! It finally helped me understand tRPC. I just proposed in the official trpc repo to include this package in an "Integrations" section. If anyone can give me a tip, how to integrate express-session in Nuxt 3? In a pure Node project I would add an express app and install the session as a middleware. But I don't seem to find a way to do it with the Nuxt 3 module. Any tip will be appreciated. Wishing you all health, peace, and success! 🔥❤ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
UpdateI just learned about nuxt-iron-session and h3-session. I'm going to try h3-session first. How to integrate it with trpc-nuxt? |
Beta Was this translation helpful? Give feedback.
Check the tRPC Context docs and if youre using
nuxt-iron-session
for example, you can return the session object in the context:Combine it with trpc-shield :)