Module: Merb::Authentication::Strategies::Basic

Defined in:
lib/heedley-merb-auth-with-account/strategies/abstract_password.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