Parent

Files

Merb::Authentication

This strategy is used with basic authentication in Merb.

Requirements

Methods

<User>.authenticate(login_field, password_field)

This strategy uses a login and password parameter.

Overwrite the :password_param, and :login_param to return the name of the field (on the form) that you’re using the login with. These can be strings or symbols

Required

Methods

<User>.authenticate(login_param, password_param)

[Validate]

Generated with the Darkfish Rdoc Generator 2.