class JWT::Decode
def options_includes_algo_in_header?
def options_includes_algo_in_header? allowed_algorithms.any? { |alg| alg.casecmp(algorithm).zero? } end
def options_includes_algo_in_header? allowed_algorithms.any? { |alg| alg.casecmp(algorithm).zero? } end