Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/permiso
pluggable RBACish abstraction Erlang library (ets, dets, riak_core and ldap planned by default)
https://github.com/marianoguerra/permiso
Last synced: about 1 month ago
JSON representation
pluggable RBACish abstraction Erlang library (ets, dets, riak_core and ldap planned by default)
- Host: GitHub
- URL: https://github.com/marianoguerra/permiso
- Owner: marianoguerra
- License: mpl-2.0
- Created: 2015-02-24T16:48:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T12:53:36.000Z (over 9 years ago)
- Last Synced: 2023-04-21T08:16:32.381Z (over 1 year ago)
- Language: Erlang
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Permiso: RBACish abstraction library for Erlang
===============================================Permiso provides an abstract api and pluggable implementations for that api,
built in support for ets, dets, riak_core_security and ldap provided, more
implementations can be added by creating a new module that implements the
permiso behaviour.The API is inspired by the `Snarl Protocol `_
with some modifications.Author
------Mariano Guerra
License
-------MPL 2.0, see LICENSE for details