Plugins - Persistent Cookie Authentication
Add to favoritesThis gem is a code generator. This generator creates an authentication system with persistent cookie management.
Feature include
* a model which uses SHA1 encryption and salted hashes for passwords
* a controller with signup, login, welcome and logoff actions
* gmail smtp server integration
* account creation that requires account verification via email
* supports forgotten and changed passwords
* a mixin which lets you easily add advanced authentication features to your abstract base controller
* extensive unit and functional test cases to make sure nothing breaks.
* token based authentication
* persistent cookie management that allows anonymous users to be authenticated via cookies
To install, run this line on the shell
gem install persistent_cookie_authentication_generator
Installation instructions can be found at: http://liangzan.net/?p=34
Detailed documentation can be found at: http://liangzan.net/?p=35
