Thursday, February 14, 2008

Acts as Authenticated

Acts as Authenticated
Acts As Authenticated is a simple authentication generator plugin for Ruby on Rails. It is available in subversion at:

http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated

Use script/plugin to install it:

Try This

script/plugin source http://svn.techno-weenie.net/projects/plugins
script/plugin install acts_as_authenticated

Or One-Line It

script/plugin install http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated

Then…

script/generate authenticated user accountrake db:migrateStart your server and navigate to the account page:

http://localhost:3000/account/indexThe whole idea behind the plugin is that you generate the code once and add in your application specific authentication actions. This makes no attempt to decide how your application’s authorizing works.

No comments: