Popularity
6.7
Stable
Activity
0.0
Stable
1,244
23
232

Description

The declarative authorization plugin offers an authorization mechanism inspired by RBAC. The most notable distinction to other authorization plugins is the declarative approach. That is, authorization rules are not defined programmatically in between business logic but in an authorization configuration.

With programmatic authorization rules, the developer needs to specify which roles are allowed to access a specific controller action or a part of a view, which is not DRY. With a growing application code base roles' permissions often change and new roles are introduced. Then, at several places of the source code the changes have to be implemented, possibly leading to omissions and thus hard to find errors. In these cases, a declarative approach as offered by decl_auth increases the development and maintenance efficiency.

Plugin features

Code Quality Rank: L2
Monthly Downloads: 1,826
Programming language: Ruby
License: MIT License
Tags: Authorization    

Declarative Authorization alternatives and similar gems

Based on the "Authorization" category.
Alternatively, view Declarative Authorization alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Declarative Authorization or a related project?

Add another 'Authorization' Gem