Potionx.PowAssent.Context (potionx v0.2.17) View Source
Link to this section Summary
Functions
Callback implementation for PowAssent.Ecto.UserIdentities.Context.all/1
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.create/2
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.create_user/3
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.delete/2
.
Inserts a changeset to the database. If succesful, the returned row will be reloaded from the database.
Updates a changeset in the database. If succesful, the returned row will be reloaded from the database.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.get_user_by_provider_uid/2
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.upsert/2
.
Upserts a user identity. If a matching user identity already exists for the user, the identity will be updated, otherwise a new identity is inserted. Repo module will be fetched from config.
Link to this section Functions
Callback implementation for PowAssent.Ecto.UserIdentities.Context.all/1
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.create/2
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.create_user/3
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.delete/2
.
Inserts a changeset to the database. If succesful, the returned row will be reloaded from the database.
Updates a changeset in the database. If succesful, the returned row will be reloaded from the database.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.get_user_by_provider_uid/2
.
pow_assent_create_user(user_identity_params, user_params, user_id_params)
View SourceSee Pow.Config.repo!/1
.
Callback implementation for PowAssent.Ecto.UserIdentities.Context.upsert/2
.
Upserts a user identity. If a matching user identity already exists for the user, the identity will be updated, otherwise a new identity is inserted. Repo module will be fetched from config.
See Pow.Config.user!/1
.