ogd-software / arrthorizer

Dynamic and static access control for your Rails (3+) application, all in one nice little package.
MIT License
0 stars 1 forks source link

Revoke permissions #3

Open lmeijvogel opened 10 years ago

lmeijvogel commented 10 years ago

To revoke a permission, we should remove it from its PrivilegeSet after the "shipped" permissions have been applied.

ReneB commented 10 years ago

It would be nice if the storage for these could be configured to be something different from ActiveRecord.