Live views do not get the conn value, only the session.
I imagine this would be implemented through the on_mount LiveView server lifecycle hooks that was introduced in Pheonix 1.6.
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#on_mount/1
Live views do not get the
connvalue, only the session.I imagine this would be implemented through the
on_mountLiveView server lifecycle hooks that was introduced in Pheonix 1.6.https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#on_mount/1