Details
Description
In CRUD services for ShoppingList and ShoppingListItem entities, the security related checks are present inline in the services. This implementation violates the best practice of keeping security implementation different from the business logic.
We need to implement security services for such operations and to call them as a permission-service from the CRUD operation services definition