mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-13 08:43:53 +00:00
Print JSON to stdout containing everything needed for
authentication.
{
"AuthURL": "https://login.tailscale.com/a/0123456789",
"QR": "data:image/png;base64,iV...QmCC",
"BackendState": "NeedsLogin"
}
{
"BackendState": "Running"
}
Signed-off-by: Denton Gentry <dgentry@tailscale.com>