Working on my first EmberJS app. The entire app requires that a user be logged in. I\'m trying to wrap my head around the best way to enforce that a user is logged in now (when
I put together a super simple package to manage session and auth called Ember.Session https://github.com/andrewreedy/ember-session