mix ash_authentication.add_strategy.magic_link (ash_authentication v5.0.0-rc.4)

Copy Markdown View Source

Adds magic link authentication to your user resource

Example

mix ash_authentication.add_strategy.magic_link

Options

  • --user, -u - The user resource. Defaults to YourApp.Accounts.User
  • --identity-field, -i - The field on the user resource that will be used to identify the user. Defaults to email

Summary

Functions

igniter(igniter)

Callback implementation for Igniter.Mix.Task.igniter/1.