|
Project Information
Featured
Links
|
Authorization pluginThis plugin provides a flexible way to add authorization to Rails. The authorization process decides whether a user is allowed access to some feature. It is distinct from the authentication process, which tries to confirm a user is authentic, not an imposter. There are many authentication systems available for Rails, e.g., acts_as_authenticated and LoginEngine. This authorization system will play nicely with them as long as some simple requirements are met. IMPORTANT NOTE : The SVN repository for this project on this site has been hidden. The SVN repo will no longer be updated as of 10/5/2008. You are encouraged to take a look instead at the README and our source code repository on GitHub for all code, including plugin installation. Links to both can be found below: See the README.rdoc at the git repository for examples and documentation. The git repository is here. |