Config
Filter Parameters
config :phoenix, :filter_parameters, ["attribute1", "attribute2"]
# encrypts attribute1 and attribute2
config :phoenix, :filter_parameters, {keep: "attribute1"}
# encrypts all attributes except attribute1
config :phoenix, :filter_parameters, ["attribute1", "attribute2"]
# encrypts attribute1 and attribute2
config :phoenix, :filter_parameters, {keep: "attribute1"}
# encrypts all attributes except attribute1