Sha256: 3aec69eaa14c66e094342d97784b6db363c9e2aeb85b429772ed81065f705dc0

Contents?: true

Size: 739 Bytes

Versions: 4

Compression:

Stored size: 739 Bytes

Contents

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:
http://railsforum.com/viewtopic.php?id=14216 and here
http://github.com/activefx/restful_authentication_tutorial/tree/master

Inspiration also came from:
http://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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
muck-users-0.1.0 README.rdoc
muck-users-0.1.1 README.rdoc
muck-users-0.1.2 README.rdoc
muck-users-0.1.3 README.rdoc