Module: Rails::Authentication::Strategies::Basic

Defined in:
lib/rails-auth/strategies/abstract_password.rb,
lib/rails-auth/strategies/openid.rb,
lib/rails-auth/strategies/password_form.rb

Overview

To use the password strategies, it is expected that you will provide an @authenticate@ method on your user class. This should take two parameters login, and password. It should return nil or the user object.

Defined Under Namespace

Classes: Base, Form, OpenID