Data Integrity
Users can see the physical names of objects such as libraries, library fields, etc. Using JavaScript in their own library, they can easily access data anonymously using the object names from the database. That's a serious problem for data integrity. How can we overcome this problem?
From my point of view, a solution to this problem is to either provide the option to hide the physical names of objects from users or to require a password defined in the queries to access the data, or both.
2
votes