- Adding User Login 1:16
- Tracking Visits With Sessions and Cookies 2:22
- Working with Sessions in Express 3:28
- Review: Sessions, Cookies and Express 5 questions
- Adding Log In Routes 1:39
- Creating a Login Form With Pug (Jade) 2:48
- Authenticating the Username and Password 7:28
- Creating the Profile Route and Page 3:53
- Review: Login Routes 5 questions
Quiz Question 1 of 5
router.get('/login', function(fn1, fn2) {
});
Callback functions executing on routes typically accept 2 parameters, represented above by fn1, fn2. Pick the option below that correctly describes what each of those functions represent.
Choose the correct answer below: