Best design pattern to control permissions on a “per object per user” basis with ServiceStack?
I use per object permissions in my ServiceStack applications. Effectively this is an Access-Control-List (ACL). I have created a Working Self Hosted Console Example which you can fork on GitHub. ACL pattern: I use the database structure shown in the diagram below, whereby resources in my database such as documents, files, contacts etc (any resource … Read more