class Puma::App::Status
def authenticate(env)
def authenticate(env) return true unless @auth_token env['QUERY_STRING'].to_s.split('&;').include? "token=#{@auth_token}" end
def authenticate(env) return true unless @auth_token env['QUERY_STRING'].to_s.split('&;').include? "token=#{@auth_token}" end