This module is responsible for adding all of the OpenID goodness to the Authlogic::Session::Base class.
Add a simple openid_identifier attribute and some validations for the field.
# File lib/authlogic_openid/session.rb, line 5 def self.included(klass) klass.class_eval do extend Config include Methods end end