authlib v0.14 Release Notes

Release Date: 2020-02-11 // about 4 years ago
  • ๐Ÿš€ In this release, Authlib has introduced a new way to write framework integrations for clients.

    ๐Ÿ› Bug fixes and enhancements in this release:

    • ๐Ÿ›  Fix HTTPX integrations due to HTTPX breaking changes
    • ๐Ÿ›  Fix ES algorithms for JWS
    • ๐Ÿ‘ Allow user given nonce via #180.
    • ๐Ÿ›  Fix OAuth errors get_headers leak.
    • ๐Ÿ›  Fix code_verifier via #165.

    ๐Ÿ’ฅ Breaking Change : drop sync OAuth clients of HTTPX.