Hello,
If I omit binding sessionToken in request to database while creating new object then this object is created with empty ACL and thus is accessible by all application users. Which is not good and undesired behavior - even if I properly handle sessionToken in application no one can restrict user from sniffing and modifying requests and send them directly without token. How can I protect my application database from creating or updating objects without ACL?