DEV Community

Discussion on: Authentication and Sessions for MVC Apps with NestJS

Collapse
 
johnbiundo profile image
John Biundo

Thanks for the feedback @Deary. Yes, at some point I would like to provide a fuller example, including a User store, but at the moment I'm focused a little bit more on the aspects of the solution that are relatively "unique" to NestJS.

Collapse
 
forsetius profile image
Marcin Paździora

I'd love some elaboration on that serialize/deserialize part. How the data is stored between requests? How to plug my solution (some custom memory store, some database etc.) into this framework?