Skip to content

v1.2.1

Choose a tag to compare

@babakks babakks released this 19 Dec 11:03
· 2 commits to main since this release
d28c578

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