module ActionController::HttpAuthentication::Digest::ControllerMethods
def authenticate_with_http_digest(realm = "Application", &password_procedure)
Authenticate using an HTTP \Digest. Returns true if authentication is
def authenticate_with_http_digest(realm = "Application", &password_procedure) HttpAuthentication::Digest.authenticate(request, realm, &password_procedure) end