# `mix ash_authentication.add_strategy.magic_link`
[🔗](https://github.com/team-alembic/ash_authentication/blob/main/lib/mix/tasks/ash_authentication.add_strategy.magic_link.ex#L7)

Adds magic link authentication to your user resource

## Example

```bash
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`

# `igniter`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
