Skip to content

Security

GradedJestRisk edited this page Jul 7, 2020 · 2 revisions

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.

Clone this wiki locally