Assignments Security 2

Handing In Assignments

You must hand in by using git

Hand In by git

  • 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 please put the line(s)

    node_modules/

    into your .gitignore file.

Send a mail to with:

  • The word 'handin <subjectname>' in the subject line of your mail
  • The url of your repo(s).

Assignment Security 2.0

Recreate the application from todays chapter. Do it manually as in the chapter, start with the Express CLI interface. Feel free to copy from what I have quoted in the chapter. Whatever is missing, make it up. This is better than a repo, because you learn something from it. Explore.

When the application works you're ready for 2.1.

Assignment Security 2.1

You recreated a tutorial application in the previous exercise. Now make two new pages. One open to everybody, and one for authenticated users only. Do think about usage of routers an controllers.

This is hands on exercise for the exam project.