AuthN v0.2.0 AuthN.Ecto.AuthNFields behaviour View Source
Provides macros for defining the fields that are used for user accounts'
credentials. identifier_field/1
defines the field storing the login name
(usually the user's email or username) and password_field/1
defines the
field storing the hashed password.
Link to this section Summary
Functions
Defines which field stores the user's login (usually an email or username).
Defines which field is used for the user's password.
Link to this section Functions
Defines which field stores the user's login (usually an email or username).
Defines which field is used for the user's password.