Security - GradedJestRisk/ember-training GitHub Wiki

General

Access data (not in store) by console Ember.Application.NAMESPACES_BY_ID['pix-orga'].__container__.lookup('service:currentUser').prescriber.fullName

Ember simple Auth

Token is stored in localStorage by default

API

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.

⚠️ **GitHub.com Fallback** ⚠️