Access Control Settings
Set a model's permissions to execute, read, and write
Last updated
Set a model's permissions to execute, read, and write
Last updated
Goals: Set Permissions for the appUser model
Run the following loopback CLI command: lb acl
Select the model that you wish to grant permissions to
Select all method and properties to grant this model the ability to read, write and execute.
Define the type of user that can perform the actions, in our case only authenticated users should be able to post, read, and write data.
Finally, apply the permissions that you have chosen.