-
Notifications
You must be signed in to change notification settings - Fork 0
Lesson 13 Authentication with Passport
John R. McGarvey edited this page Apr 12, 2024
·
2 revisions
In lesson 13, we do more server side rendering, this time with a logon. The Passport package is used for the authentication pieces. It’s important to explain how Passport works: the concept of cookies, the concept of a session based on cookies, and the fact that, in this implementation, session information is stored in MongoDB.