Alec Aivazis edited untitled.html  over 8 years ago

Commit id: a39fa23b2eb23ef400b6007204c1cb34cc3e2331

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 ideally the client would be able to authenticate the currently logged in user and access its data without going back to the server.
 server. This blog post summarizes my attempts at adding an additional layer of security to my locally stored authentication information.