Building Authentication with passport.js Chapter 6
With this, we should be able to view the following screen when a user logs in to the app:
Summary
In this chapter, we covered passport.js and how it works. We also covered how to use a
simple JWT strategy with a MEVN application and handle register and login for users.
In the next chapter, we will dig into different passport.js strategies, such as the Facebook
strategy, the Google strategy, and the Twitter strategy.