48.6. Assignments Security AS.3

Submission
You must submit assignments using git
Create Repo
  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments the line node_modules/must be in your .gitignore file.
Submit
By email to with:
  • The word 'submission <subjectname>' in the subject line
  • The url(s) of your repo(s) in the body

48.6.1. Assignment Security AS.3.2

Clone todays application passportOne into passportOneA and add two pages.

  1. One that displays all registered users. This page should be available only to authenticated users.
  2. An About page to be available for all users.