sql_membership_provider v0.1.0 SqlMembershipProvider.Profile
Struct for representing a user's profile information that may contain arbitrary properties
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
find_by_user_id(pid, user_id)
find_by_user_id(atom() | pid(), String.t()) :: SqlMembershipProvider.Profile.t() | nil
Fetch a profile by user id.
Parse a profile's property fields into a map.