We want to protect our admin pages, ensuring that only admins can access them. We've been using filter methods in our controllers, but this has been forgotten a few times. Is there a higher level we can implement this authorization check at to protect all of our admin pages?