Safe storage of data in Angular.js Annex
-
Let's say there's a web application on Angular.js and back-end on Node.js. And there are users in several groups. For each group, the client must show his own view. How can the customer be kept as safely as possible with data on his condition (no/no) and group affiliation?
-
It's not safe to keep data on a client. You always have to get the user status from the server.