How to password protect a static page in CakePHP?

I have a rather simple CakePHP app that uses the Auth component to restrict access to the admin funcitons. That all works fine and good but I use the Pages Controller to display the home page and Admin main page.

How can I set up auth to control access to pages like '/' for home and '/admin'?