Is there a way to sanitize a random map of params that is used for a specific action?
Here's my exact use case: - I have a map coming from query string params - That map may contain extra or invalid keys - I want to filter out any keys that aren't a valid param/argument for that action
Right now if I don't sanitize the map and pass it along to an action, it fails with a
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.