Object
The base_controller will actually pass in a password but it can't be trusted. The trusted must only be set if the web server has verified the password.
# File lib/openshift/remote_user_auth_service.rb, line 6 def authenticate_request(controller) username = controller.request.env[trusted_header] raise OpenShift::AccessDeniedException if username.blank? {:username => username} end
Generated with the Darkfish Rdoc Generator 2.