Fields.Name (fields v2.8.0)

An Ecto Type for names that need to be stored securely.

Example

  schema "user" do
    field :name, Fields.Name
    field :email, Fields.EmailEncrypted

    timestamps()
  end

Link to this section Summary

Link to this section Functions