Hello,
From the parse server side, there is role and ACL inside, and the access control is mostly based on the objects (db side), and read/write access level.
while from the vue side, mostly we will need set the access control point from the page/router/url or button perspective. Is there any best practice for this scenario in the Parse Server world?
Thanks!