module JWT::Algos::None

def sign(*)

def sign(*)
  ''
end

def verify(*)

def verify(*)
  true
end