public
Description: Butt-simple rails authentication backed by authlogic.
Homepage:
Clone URL: git://github.com/matschaffer/easy_authlogic.git
README.rdoc

EasyAuthlogic

This is a rails plugin designed to make building authentication with authlogic as butt-simple as possible. While authlogic is a really nice, extensible solution I was discouraged by the amount of boilerplate code that was required. So I started this.

Usage

Follow the migration setup at github.com/binarylogic/authlogic and for openid plugin.

You should now be able to login using email/password or openid at localhost:3000/user_sessions/new (maybe, this is still pretty rough).

Things to work on

  • Migration generators

Copyright © 2009 Mat Schaffer (matschaffer.com), released under the MIT license