User Permission on foreign entries

Hey Community and Support Team,

i love Cockpit and use it to build a SaaS application with vue.js.
Everything is working fine but my problem are the permission settings.

I hoped that an author can only get entries which he/she has inserted.
But Authors can also see and modify all entries. How to setup the permissions that the author can effect just on its entries?

Kind regards,
G.

Have a look here:

Alternatively to the context rules, you can use the collections.find.before event to adjust the filter to search only for entries with _by => $user['_id'].

Hey Rafael. Yes i want to start building cutom endpoints to make the application more secure.