public
Description: no longer maintained here. Please see merb-more
Homepage:
Clone URL: git://github.com/hassox/merb-auth.git
Click here to lend your support to: merb-auth and make a donation at www.pledgie.com !
wayneeseguin (author)
Sun May 25 19:23:21 -0700 2008
commit  c5084ff69511fc141a32c56b00282569cd96aae2
tree    fe0ee292fe94c8e7b9ad5647a313a3c500a358ad
parent  a4ff13e66f61e3916afa16125fb28b87c76513b7
README
Merbful Authentication 
============================================================================

Provides authentication for merb applications via slices. 
To use simply name the base slice for controller and view functionality in init.rb: 


Usage:
============================================================================

dependency "merbful-auth" # controllers and views

Next name a dependency for the ORM of your choice from among:

dependency "merbful-auth-dm" # DataMapper Models
dependency "merbful-auth-sequel" # Sequel Models
dependency "merbful-auth-ar" # ActiveRecord Models


Requirements:
============================================================================

merb-core >= 0.9.4
merb_datamapper || merb_activerecord || merb_sequel

License:
============================================================================

Merbful Authentication is released under the MIT license.