ember.js - Ember Simple Auth when all pages requires authorization -


i have website requires authorization on pages. achieve there server response based on cookie. if there cookie send ember app, login site otherwise. allows facebook behavior. using ember-simple-auth addon authorization.

since user never inside app without being authorized, 1 should able save ember-data record object session. works nice 1 tab breaks horrible multiple tabs. there way how have ember-data objects in session , yet support multiple browser tabs?

edit:

i maybe found workaround, save index session , use peekrecord in computed property.


Comments