Phoenix plug for filtering query params from empty keys and values
pipeline :browser do
plug :accepts, ["html"]
plug :fetch_session
# ...
plug EmptyParams
end
def deps do
[{:empty_params, git: "https://github.com/ria-com/elixir-empty-params.git"}]
end
[elixir-empty-params]# mix test