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.
Summary
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.