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

Configuration for the HTTP basic auth feature of Authlogic.

Methods

Public Instance methods

Do you want to allow your users to log in via HTTP basic auth?

I recommend keeping this enabled. The only time I feel this should be disabled is if you are not comfortable having your users provide their raw username and password. Whatever the reason, you can disable it here.

  • Default: true
  • Accepts: Boolean
allow_http_basic_auth=(value = nil)

[Validate]