Module Authlogic::Session::HttpAuth
In: lib/authlogic/session/http_auth.rb

Handles all authentication that deals with basic HTTP auth. Which is authentication built into the HTTP protocol:

  http://username:password@whatever.com

Also, if you are not comfortable letting users pass their raw username and password you can always use the single access token. See Authlogic::Session::Params for more info.

Methods

included  

Included Modules

InstanceMethods

Classes and Modules

Module Authlogic::Session::HttpAuth::Config
Module Authlogic::Session::HttpAuth::InstanceMethods

Public Class methods

[Validate]