Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 793 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 793 Bytes

Authorizit

Build Status Total Downloads Latest Stable Version

Authorizit is a simple and flexible resource focused authorization library. In other words it is about resources and possible actions to perform over them (based or not in additional conditions). A simple and usefull example would be a user that can edit(action) a post(resource) if(condition) it is his post.

It was hardly inspired on CanCan a RubyOnRails gem.