没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > rails-authorization-plugin |
rails-authorization-plugin
|
0 | 0 | 8 |
贡献者 | 讨论 | 代码提交 |
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.