Under the hood
OAuth token refresh is now skipped by default unless required or forced
What
The function that refreshes OAuth authentication tokens now takes a new trailing parameter, off by default. After confirming a refresh token exists and can be refreshed, it now returns "not needed" and skips the refresh unless a condition function says it's required or the new parameter forces it.
Why
This avoids unnecessary token refresh calls in cases where refreshing isn't actually needed.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
Whether this behaves differently for any accounts is unclear, since the related gate is unread for this release.