h3
h3 copied to clipboard
How implement Session
Is there a way to implement session in h3?
req.session => object
looking for nuxt3
I need some session store to work with h3.
@pi0, well done for all you do! Is there any update on How to implement server session on h3?
In the meantime, you can use this simple module that wraps express-session
https://github.com/wobsoriano/h3-session
I have created a new module for interoperability between h3 and express compatibility. You can use this also.
https://github.com/hidekatsu-izuno/h3-express
Session support just landed via https://github.com/unjs/h3/pull/315. Feedbacks more than welcome.