Packages 1-2 of 2 that are in category Security:
- I wrote this packageDec 19, 2008Restful AuthenticationPermalinkGenerates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.Show Details
Licence
This package is licenced under the MIT licence.
Installation
Installation Instructions:
git clone git://github.com/technoweenie/restful-authentication.git restful_authentication
Dec 19, 2008
AuthlogicPermalink
Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
Show Details
Licence
This package is licenced under the MIT licence.
Installation
Installation Instructions:
Gem (recommended) $ sudo gem install authlogic Then add the gem dependency in your config: # config/environment.rb config.gem "authlogic" Or you install this as a plugin (for older versions of rails) script/plugin install git://github.com/bi
