Coherence doesn't seem to produce token in channel

I followed the doc https://github.com/smpallen99/coherence#phoenix-channel-authentication to add token in phoenix channel, but I can’t get it when I did

def connect(params, socket) do
  IO.inspect params
  :error
end

Anyone has the same issue or know the solution?