Any good examples/references implementing ACLs via SQL?
- by FilmJ
I currently have a web-application that implements a rudimentary form of ACL using UNIONs in SQL, but it's somewhat limited, and doesn't necessarily scale that well
I'm interested in any alternative ACL algorithms that could be implemented efficiently in SQL.
Thanks!