Overview
Instance admins should be able to change the default route all users arrive on, when unauthenticated. This enables uses such as sending users to the login page automatically.
Implementation
Add a new property in the [app] configuration section that indicates the default landing page. If none set, default to /. Sample values: login, about
After checking the user session in handleViewHome(), check this config value and redirect user accordingly.