Redacted fields in Ecto Schema
By including redacted: true
when defining a field on an ecto schema, Ecto will redact the field value in a changeset and hide the field when inspecting the schema
By including redacted: true
when defining a field on an ecto schema, Ecto will redact the field value in a changeset and hide the field when inspecting the schema