README.rdoc

Path: README.rdoc
Last Update: Thu Jun 11 21:11:00 -0600 2009

RestfulAuthenticationEngine

==============

The muck users engine is part of the muck framework and relies upon the muck_engine.

This engine implements authlogic. Some of the code contained was taken from here: railsforum.com/viewtopic.php?id=14216 and here github.com/activefx/restful_authentication_tutorial/tree/master

Inspiration also came from: github.com/tsechingho/authlogic_bundle/tree/master

Example

=

After installing the engine just create a user model thus:

class User < ActiveRecord::Base

  acts_as_authentic
  acts_as_muck_user

end

Then you will be able to go to: http//:localhost:3000/login http//:localhost:3000/signup

Copyright (c) 2009 Justin Ball, released under the MIT license

[Validate]