Ember Simple Auth provides a route mixin that lets you authenticate certain routes in your application.
I'm working an app where essentially every route (except the login route) is authenticated. Is is possible to specify this in a single option somewhere, instead of having to include the mixin in each route?