Access Control For Tenants
Last updated
Last updated
Once you have proper roles and role resolvers added into your project the next step comes to setup proper for REST apis.
You can setup the correct ACL for each built-in method or through javascript (<model>.js
files) or you can add ACL rules in <model>.json
file.
For example, lets setup some ACL rules in organization model for a custom method names addProductsInBulk
through organization.json
file