What's wrong with this entry?
Anonymous. No account, no email.
Improved authentication reliability by automatically refreshing OAuth tokens when a 401 Unauthorized response is received from the API.
Details
- When an API request fails with 401, the system now automatically refreshes the access token and retries the request
- Reduces authentication failures during long sessions where tokens may expire
- Telemetry event
tengu_grove_oauth_401_receivedtracks when this occurs
Evidence
GY1() at line 317361 (OAuth retry wrapper, emits "tengu_grove_oauth_401_received" telemetry)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.