I've just finished upgrading my app to use the jj-abrams branch of ember-simple-auth (soon to be 1.0).
It's working great when I use ember data but, for one route, I use Ember.$.getJSON to retrieve chart data directly from the server.
In this instance, the authorization header is missing from the request and I'm guessing that's because it doesn't use the application adapter (therefore bypassing authorizer: 'authorizer:devise'
)?
Is there a way to add this header manually, or a better way to make this request?