wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
687 stars 39 forks source link

[QUESTION] Express Session #79

Closed angelhdzdev closed 1 year ago

angelhdzdev commented 1 year ago

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! 🔥❤

angelhdzdev commented 1 year ago

Update

I just learned about nuxt-iron-session and h3-session.

I'm going to try h3-session first.

How to integrate it with trpc-nuxt?