class JWT::Encode

def encode_header

def encode_header
  @headers[ALG_KEY] = @algorithm
  encode(@headers)
end