Handle monotonic/wall clock drifts (device flow)
We have observed rare cases of time drift between the wall and monotonic clocks, mostly in WSL or VM environments, causing failures during polling for the OAuth token. This new release implements measures to account for such situations.
What's Changed
🐛 Fixes
- Account for fast mono clock when polling in device flow by @babakks in #111
- Fix comment about clock drift by @babakks in #112
Full Changelog: v1.2.1...v1.2.2