Security - GradedJestRisk/ember-training GitHub Wiki
Access data (not in store) by console
Ember.Application.NAMESPACES_BY_ID['pix-orga'].__container__.lookup('service:currentUser').prescriber.fullName
Token is stored in localStorage by default
If the application does not define a session store, the adaptive store which uses localStorage if that is available or a cookie if it is not, will be used by default.