docs(mcp): stop calling a secret rotation a refresh-token wipe #111
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/YT-52-hub-reauth-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The reset section claimed a Hub client-secret rotation "kills every user's refresh token at once", which contradicts the rotation runbook added alongside it: the refresh grant authenticates by
client_id, so Hub generally honors existing refresh tokens across a rotation, andyt mcp hub reauth --allre-mints from them rather than sending everyone through a login. Leaving both statements in the same document would have the operator reach for the reset lever (a re-login for every user) where the reauth lever costs nothing. Point the rotation case at the runbook and leave reset described as what it is: the lever for a wedged row or a grant to throw away deliberately.#YT-52