module JWT::JWA::None

def sign(*)

def sign(*)
  ''
end

def verify(*)

def verify(*)
  true
end