§9.2.

What’s missing?

The shopping list application does not restrict access. An obvious next step is to create user accounts and a login screen.

Exercise: Login form

Using React or Angular, implement the visual components of a login form for an application that you are developing (i.e., add the HTML input fields for a username/password and a login button to your application).

This chapter will discuss cryptography and secure coding in web applications.