Skip to content

[0.6.0] - 2021-10-21

Compare
Choose a tag to compare
@mkb79 mkb79 released this 21 Oct 21:23
· 393 commits to master since this release
aa5c3af

Bugfix

  • Fix a bug when searching for "resend-approval-link" in login page

Changed

  • switched to auth_code_flow when login (gives an auth code instead of an access token for security purposes)
  • Authenticator.from_login and Authenticator.from_login_external now always register a new device
  • Authenticator now refreshes access_token (when needed) before deregister the device
  • now simulate Audible app version 3.56.2 under iOS version 15.0.0
  • login process now auto-detect next request method and url

Misc

  • Correct documentation
  • Update example download_books_aaxc.py
  • Bump httpx to v0.20.*

Remove

  • LoginAuthenticator and FileAuthenticator
  • Authenticator.register_device, Authenticator.re_login and Authenticator.re_login_external