Table of Contents
Our growing example, the Friends database, is now a quite complete web application. However, the fact that anyone can add friends to it makes it a bit less useful. We'd like to be able to put the application on a web page and make it readable for anyone, but only allow for ourselves to edit the list. This means that we must add some kind of password protection, or authentication.