You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client
Gesa Stupperich c134fdc817 client/web: signal need to wait for auth across tabs
This implements a signaling mechanism that indicates the need to
call the auth/session/wait endpoint when returning to the app (in
any tab). We try to open the auth URL in a new tab so that
auth/session/wait can be called once the current tab regains focus.
However, it might open in the same tab based on browser settings,
thus foregoing the subsequent call to auth/session/wait.

Fixes #11905

Signed-off-by: Gesa Stupperich <gesa@tailscale.com>
2 months ago
..
local ipn/localapi: dead code eliminate unreachable/useless LocalAPI handlers when disabled 3 months ago
systray client/systray: use new tailnet display name is profile title 3 months ago
tailscale feature/featuretags, all: add ts_omit_acme to disable TLS cert support 3 months ago
web client/web: signal need to wait for auth across tabs 2 months ago