docs: refresh tailscale auth rate limit refs

This commit is contained in:
Peter Steinberger
2026-04-04 14:30:02 +01:00
parent 7d22a16adb
commit 114496871d
7 changed files with 20 additions and 0 deletions

View File

@@ -142,6 +142,9 @@ flowchart TD
- That cached-token retry reuses the cached scope set stored with the paired
device token. Explicit `deviceToken` / explicit `scopes` callers keep
their requested scope set instead.
- On the async Tailscale Serve Control UI path, failed attempts for the same
`{scope, ip}` are serialized before the limiter records the failure, so a
second concurrent bad retry can already show `retry later`.
- `too many failed authentication attempts (retry later)` from a localhost
browser origin → repeated failures from that same `Origin` are temporarily
locked out; another localhost origin uses a separate bucket.