Skip to content

Lesson 13 Authentication with Passport

John R. McGarvey edited this page Apr 12, 2024 · 2 revisions

Lesson Page

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.