# File lib/Borges/RequestHandler/Session.rb, line 66
  def basic_auth_do(auth_block, &block)
    filter Borges::BasicAuthentication.new(&auth_block), &block
  end