I'm about to develop a access control scheme for my new app, and because:
- this app will be deployed on azure
- I have managed not to use SQL so far
- table storage is cheaper
- table storage performance is good enough for me
I was wondering if there's a algorithm/scheme/"general implementation"/design that better leverages the power of table storage to handle ACL based authorization...
PS: I do know how to implement a ACL based authorization using traditional SQL...