authlib v0.15 Release Notes

Release Date: 2020-10-10 // over 3 years ago
  • ๐Ÿš€ This is the last release before v1.0. In this release, we added more RFCs
    ๐Ÿ”จ implementations and did some refactors for JOSE:

    • RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
    • ๐Ÿ–จ RFC7638: JSON Web Key (JWK) Thumbprint

    ๐Ÿ›  We also fixed bugs for integrations:

    • ๐Ÿ›  Fixed support for HTTPX>=0.14.3
    • โž• Added OAuth clients of HTTPX back via #270
    • ๐Ÿ›  Fixed parallel token refreshes for HTTPX async OAuth 2 client
    • Raise OAuthError when callback contains errors via #275

    ๐Ÿ’ฅ Breaking Change :

    1. The parameter algorithms in JsonWebSignature and JsonWebEncryption
      are changed. Usually you don't have to care about it since you won't use it directly. ๐Ÿ”จ 2. Whole JSON Web Key is refactored, please check JSON Web Key (JWK)