Thinking about developing some applications using sails.js
and angular.js
I'm in search of a way to create adaptable permissions. I want the ability to control permissions for model operations (CRUD) and functions within models. Additionally, it should be possible to restrict access to specific objects within models (for example, allowing a user to modify only customers in the USA but also granting them read access to customers in Europe / preventing users from viewing customer addresses). Does anyone have knowledge of an existing solution for this?
Alternatively, does anyone have any suggestions on how to implement a custom complex permission system?
Your assistance is greatly appreciated, Nick.