Row level security

I'm trying to achieve a server side hard coded row level security, nothing fancy, just for owner and roles. For that I'm using partial classes to implement it on the entity "events".
If I didn't miss anything, all my custom entities are secured.
Only one method I found, ApplicationUsersController.GetApplicationUser(string key), isn't invoking any event (could be OnUsersRead?). Is there a reason for that?

No specially reason - we will add partial method with the next release.

1 Like