Assignments Security 3

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 3.0

Create a clone or a branch of your repo from assignments 2.0 and 2.1. Then change the user object, and move on to implement the OpenID along the lines of this chapter.