Clone
module ComfortableMexicanSofa::DummyAuth
  
  # Will always let you in
  def authenticate
    true
  end
  
end