20 - Node js + Passport - Local Authentication Strategy - Authenticating the post request

preview_player
Показать описание

In this video, we will begin working on the next step of our auth flow by authenticating the POST request. This one of the most important part of the passport flow.

To get the most out of this lesson, make sure you're caught up with our series:

✅ - Full Course Playlist

Рекомендации по теме
Комментарии
Автор

Hi there, I'm using your guide to understand the Passport basics, everything's going well but at 5:20, using the local strategy, I'm not able to see the log from the local strategy definition, Nothing fails, no console errors, nothing it just does not send me the log from the Index.js file on the Passport definition. Have you experienced this?

JeroMont