v1.2.1
Handle slow_down error when polling (device flow)
Originally, while polling for the access token as part of the device flow, the library would return an error upon receiving slow_down from the OAuth server. However, polling should continue at increased intervals in such cases (See RFC 8628). This release fixes the previous behaviour.
What's Changed
🐛 Fixes
New Contributors
Full Changelog: v1.2.0...v1.2.1