pluginGeek
User AuthorizationRuby7,083EditAuthorize user actions on resources based on policies, abilities or roles. Authenticate your users beforehand.
Authorization Gem for Ruby on Rails.https://github.com/ryanb/cancan
Role management library with resource scopinghttp://eppo.github.com/rolify/
Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.https://github.com/nathanl/authority
Minimal authorization through OO design and pure Ruby classeshttps://github.com/elabs/pundit
CanCan extension with role oriented permission management, rules caching and much morehttps://github.com/kristianmandrup/cantango
Authorization Gem for Ruby on Rails with administrative interface. Semantic, Flexible, Lightweighthttps://github.com/the-teacher/the_role
Makes role based authorization in Rails3 really simple. Wraps CanCan and RoleModel up with a smattering of syntactic sugar, some generators and scopes.https://github.com/james2m/canard
Easy role management for Railshttp://blog.platform45.com
Scope-based authorization for Ruby on Rails.http://makandra.com/
A plugin for authorization in a ReSTful Ruby on Rails applicationhttp://fingertips.github.com
User roles for active-record-backed Rails 3 applications.https://github.com/mcrowe/roleable
A simple gem for authorization and session management in Rails.http://challah-example.herokuapp.com/
Related categories
User Authentication16,457Rubydevise, omniauth and 5 more »Allow users to authenticate with your app by providing them with dedicated user accounts. Authenticate with email and password or via Facebook or Twitter oAuth.
Mass assignment protection817Rubystrong_parameters »Allow users to only assign values for fields they may access.
Around the webAdd