authlib v0.8 Release Notes

Release Date: 2018-06-17 // almost 6 years ago
  • Authlib has tried to introduce Django OAuth server implementation in this
    ๐Ÿ”– version. It turns out that it is not that easy. In this version, only Django
    OAuth 1.0 server is provided.

    ๐Ÿš€ As always, there are also RFC features added in this release, here is what's
    in version 0.8:

    ๐Ÿ‘Œ Improvement in this release:

    • ๐Ÿ‘€ A new redesigned error system. All errors are subclasses of a AuthlibBaseError.
    • ๐Ÿ‘ I18N support for error descriptions.
    • Separate AuthorizationCodeMixin in authlib.flask.oauth2.sqla via issue#57.
    • โž• Add context information when generate token via issue#58.
    • ๐Ÿ‘Œ Improve JWT key handles, auto load JWK and JWK set.
    • Add require_oauth.acquire with statement, get example on Flask OAuth 2.0 Server.

    ๐Ÿ—„ Deprecate Changes : find how to solve the deprecate issues via https://git.io/vhL75

    Code Changes: v0.7...v0.8