Here's the base authenticator for Ember.SimpleAuth, which includes an authorize method that one must override:
I get "this.store is undefined" when calling this.store in the authorize method. Basically, I just want to look the user up (using the store) after they've been authorized.