Skip to content

Instantly share code, notes, and snippets.

@bdmac
Last active January 2, 2017 22:21
Show Gist options
  • Save bdmac/8e3e37814f8b3b40a7c6a24f0f40b44b to your computer and use it in GitHub Desktop.
Save bdmac/8e3e37814f8b3b40a7c6a24f0f40b44b to your computer and use it in GitHub Desktop.
web/channels/business_socket.ex
defmodule Jeangrey.BusinessSocket do
....
def connect(%{"accessToken" => access_token}, socket) do
......
{:ok, assign(socket, :user_id, user_id)
......
end
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment