Users App
In this module (and the next one) we learn how to implement a custom user authentication system that controls users access to web resources using NodeJS, ExpressJS and MongoDB. The system lets users sign up, log in, and log out, limiting access to password-protected resources.
- The starter code is here: https://github.com/cs280fall20/users-app-starter.
- The completed application is here: https://github.com/cs280fall20/users-app.