DEV Community

Discussion on: Authentication and Sessions for MVC Apps with NestJS

Collapse
 
johnbiundo profile image
John Biundo

Hi Felix, thanks for the feedback!

So, have you looked at the code sample here: docs.nestjs.com/techniques/authent... and does your code follow that pattern? You should only need to do this in the AuthModule if this is where you are registering Passport. If so, and this still isn't working, and you have a public repo, I'd be happy to take a look. Good luck!