# `PhoenixKitWeb.Users.MagicLink`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.100/lib/phoenix_kit_web/users/magic_link.ex#L1)

LiveView for magic link authentication.

This LiveView handles the magic link authentication flow:
1. User enters their email address
2. System sends magic link to their email
3. User clicks link to authenticate

The magic link verification is handled by the controller, this LiveView
handles the email input and confirmation flow.

# `render`

---

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