module ActionController::HttpAuthentication::Basic

def auth_param(request)

def auth_param(request)
  request.authorization.split(' ', 2).second
end