·
2 commits
to master
since this release
Fixed
- Fixed a race in JWT auth refresh scheduling that could leave overlapping timers active and repeatedly call
IterableAuthHandler.onAuthTokenRequested(). Refresh scheduling now has a single task owner, rejects stale or duplicate tasks, and logs each schedule, skip, fire, cancellation, and error with its refresh reason.