conductor v0.4.0 Conductor.Plugs.SkipAuthorization View Source
Add this plug wherever you need to disable authorization.
pipeline :skip_authorization do
plug Conductor.Plugs.SkipAuthorization
end
scope "/public" do
pipe_through [:skip_authorization]
#...
end
Link to this section Summary
Link to this section Functions
Callback implementation for Plug.call/2
.
Callback implementation for Plug.init/1
.