johnreilly / restful-authentication forked from technoweenie/restful-authentication

Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.

This URL has Read+Write access

 
mrflip (author)
Thu Sep 04 21:39:55 -0700 2008
restful-authentication / init.rb
100644 4 lines (3 sloc) 0.193 kb
1
2
3
4
require File.dirname(__FILE__) + '/lib/authentication'
require File.dirname(__FILE__) + '/lib/authentication/by_password'
require File.dirname(__FILE__) + '/lib/authentication/by_cookie_token'