We're currently not supporting any type of authorisation for LiveView.
Should we add a plug that makes use of conn.private[:phoenix_live_view] and calls certain policies?
What about inferring the action and resource? How could that be achieved?
Should we add a new Dictator.Policies.LiveView module since it will essentially be a different type of policy?
We're currently not supporting any type of authorisation for LiveView.
Should we add a plug that makes use of
conn.private[:phoenix_live_view]and calls certain policies?What about inferring the action and resource? How could that be achieved?
Should we add a new
Dictator.Policies.LiveViewmodule since it will essentially be a different type of policy?