class JWT::Decode

def allowed_algorithms

def allowed_algorithms
  @allowed_algorithms ||= resolve_allowed_algorithms
end