Fields.Password (fields v2.8.0)

An Ecto Type for hashed passwords. Hashed using Argon2. See Fields.Helpers for hashing details.

Example

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

Link to this section Summary

Link to this section Functions