Fields.EmailEncrypted (fields v2.8.0)

An Ecto Type for encrypted emails.

Example

schema "users" do
  field(:email, Fields.EmailEncrypted)
end

Link to this section Summary

Link to this section Functions