What is the best practice for the role ACL mapping to the frontend(vue) page or button level access control?

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!

Iā€™d try to use the information that you can find inside the object in the ACL field itself.