Hello,
our REST API service doesn’t respect the user’s group constraints .
There is something to set to make services works with right filters as expected?
We’re are developing with cuba Studio 6.10.3 and platform 6.10.11.
I am one of Manuel collaborators, working as developer for REST API.
I just wanted to make it clear that we’re using Springfox in our CUBA projects, to generate RESTful documentation according to OpenAPI specification (and Swagger Controllers).
Could you clarify the problem in more details? What’s your service doing?
Oftentimes the problem is related to loading entities - in this case you can use the DataManager#secure() method that returns secured DataManager instance. It applies security restrictions on entity operations.