# `PhoenixKitWeb.Users.QrLogin`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.8/lib/phoenix_kit_web/users/qr_login.ex#L1)

Desktop "scan to sign in" page.

A signed-out browser lands here, is shown a QR code encoding the phone
confirm URL, and waits. When the user's phone approves the sign-in,
`Keyfob.Live` receives the one-time login token over PubSub and this
LiveView redirects to the completion controller, which establishes the
session.

Redirects already-authenticated users away, and redirects everyone away
when the `qr_login_enabled` setting is off.

# `handle_event`

# `handle_info`

# `mount`

# `render`

---

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