module JWT::Algos::None

def sign(*); end

def sign(*); end

def verify(*)

def verify(*)
  true
end