Express Proj Setup 4: Authentication, Middleware & Secure Cookies
Any webpage/app which allows for multiple users needs a mechanism to support different user accounts. Our express app will also support this and we will leverage a feature built into our framework, namely middleware, and a commonly used client component, cookies.
We will also make our setup more robust by leveraging a popular package which allows for secure, and tamper- proof cookies.