First, in the "Authentication" section, it says that the "authenticated" event is fired. I believe it should be "authorized".
Second, am I incorrect in assuming that manualLogin should be "true" to not automatically trigger the login panel? When I use manualLogin: false, the auto-login form is pushed into view, but when manualLogin: true, it works as expected. Are the values flipped?