# File lib/merb-core/controller/mixins/authentication.rb, line 165
    def authenticate_or_request(&authenticator)
      authenticate(&authenticator) || request
    end