Alec Aivazis edited untitled.html  over 8 years ago

Commit id: 9693ebe1fc9d14a8a58c2cd9e6c767a1d6109ffd

deletions | additions      

       

In a single page app, all of the decisions about what view/subview to render occurs on the client and ideally does not require a trip back to the server. This means that the client has to be able to authenticate the currently logged in user and access its data without going back to the server which means it has to be stored locally.

 locally.