SqlMembershipProvider.User (sql_membership_provider v0.3.0)
Struct for representing a user.
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Link to this function
find_by_user_id(user_id)
Specs
find_by_user_id(String.t()) :: Ecto.Query.t()
Fetch a user by user ID.
Link to this function
find_by_user_name(user_name)
Specs
find_by_user_name(String.t()) :: Ecto.Query.t()
Fetch a user by case-insensitive username.