Hello, i am using nest js and passport for my authentication. I am having trouble creating sessions and dealing with authentication with my custom strategy. I use only email as a login and the user verifies the login by getting a code send to their email.
The problem i am having is once the user is verified the session does not get set bcuz i am using a custom local strategy. I am wondering how i can replicate the super.logIn function inn the localAuthGuard that extends the Local strategy from passport.