All issues

Auth token refresh fails when clock is skewed by > 5 minutes#3022

New issue
Open
YUYuki Tanakacommented 1w ago

Is your feature request related to a problem?

Auth token refresh fails when clock is skewed by > 5 minutes — today the workflow on nightingale requires an out-of-band step that breaks the editor flow and makes the API harder to type.

Describe the solution you'd like

Migrate the affected surface to follow the same contract as the rest of the toolchain, so composed flows stay consistent and predictable.

Describe alternatives you've considered

  • Keep the current implementation and document the seam.
  • Ship a codemod that rewrites call sites at install time.

However, both would still leave the surface on a different contract from the rest of the stack, and would only delay the cleanup.

Labels: good first issue, documentation

LNln-dev7self-assigned this1w ago
YUyuki-tanakaadded the labelgood first issue1w ago
YUyuki-tanakaadded this to the milestonev1.4 — Stability1w ago
LNln-dev7added a commit that references this issuefix(nightingale): wire the new contract for #302255c36781w ago
LNln-dev7mentioned this in#30761w ago
LNLNcommented 6d ago

Can confirm the repro on a clean checkout — the failing case is reliable on macOS 15.2 with Node 22.

Add a comment

M↓Markdown is supported