Rebranded from Annotell to Kognic. Dropped deprecated FaultTolerantAuthRequestSession
2.0.0
Refactor for backend separation, with optional dependencies for either httpx or requests.
1.8.0
Initial support for httpx (BETA). Solves refresh token expiry by reset without the FaultTolerantAuthRequestSession The library will be refactored by a breaking 2.0 release, and make the same changes to the requests version. The authsession module backed by requests is untouched for now.
1.7.0
Fix compatibility issue with authlib >= 1.0.0. Resetting the auth session failed, when the refresh token had expired.
1.6.0
Expose underlying requests.Session on FaultTolerantAuthRequestSession Fix some thread locks