Slow token refreshes no longer trip the lock early, cutting spurious login hiccups.
What's wrong with this entry?
The lock guarding OAuth token refresh tolerates slower refreshes and lets the holder find out if its lock was taken away mid-flight.
- Stale window raised from 10s to 60s, with a 5s update interval.
- The callback now receives an object exposing
isCompromised(). - Lock contention throws a dedicated error class rather than a bare
Error.
Design OAuth refresh lock compromised
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.