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

Phone-side approval screen for QR device-handoff login.

Opened on the user's already-signed-in phone (via the QR the desktop
shows). It displays the requesting device and, on the user's **explicit**
Approve, calls `PhoenixKit.Users.QrLogin.approve/2` — minting the login
token that signs the waiting browser in. There is no auto-approve: this
screen is the defense against QR-jacking.

Authenticated route — the phone must already be signed in. If it isn't,
the authenticated pipeline redirects to the login page first.

# `handle_event`

# `handle_info`

# `mount`

# `render`

---

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