Hi James,I believe I've come up with something similar to the circumstances in the blog post I made last year. As I was thinking about it more, I really couldn't remember what the project was that I was working on when I decided to try circuits. I was hoping I had it in a repository somewhere, but it doesn't seem so.Here's the code: http://circuits.codepad.org/qJvRYhDXWhat I'm attempting to do is have the Admin controller require Auth, but let the Root controller stay open. I pieced it together from memory and the different examples in the repository.Obviously, if I wanted to include the Root controller as part of what requires Auth, I'd include Auth() in the component chain on line 40. What I did seems to have the same effect.And one weird thing I encountered, initializing Server(8000) seemed to bind the server socket to my LAN IP address, rather than the loopback. Nothing major, but worth noting. Without the debugger on, I wouldn't have picked up on it.Today I'm testing on a Mac 10.7.5, Python 2.7.3, and circuits 2.1.0. Please take a look and let me know what I've got wrong. Thanks!