mysqlacl
v0.0.9
Published
Simple ACL class with a mysql backend
Downloads
11
Readme
Access Control Lists with MySql backend
ACL implementation similar to jsonacl but with MySQL as the backend.
It is now possible to use objects like this. bucket/folder
. The part after
the /
can be ignored using options.parseChar
.
See test.js
for details on how to use the library.
Run tests:
npm install
node test.js