authlib v0.7 Release Notes

Release Date: 2018-04-28 // almost 6 years ago
  • 🚀 Authlib has changed its license from LGPL to AGPL. This is not a huge release like v0.6, but it still contains some deprecate changes, the good news is they are compatible, they won’t break your project. Authlib can’t go further without these deprecate changes.

    As always, Authlib is adding specification implementations. Here is what’s new in version 0.7:

    Besides that, there are more changes:

    • ➕ Add overwrite parameter for framework integrations clients.
    • ➕ Add response_mode=query for OpenID Connect implicit and hybrid flow.
    • 🐛 Bug fix and documentation fix via issue#42, issue#43.
    • ⬇️ Dropping authlib.client.apps. Use loginpass instead.

    🗄 Deprecate Changes : find how to solve the deprecate issues via https://git.io/vpCH5

    Code Changes: v0.6...v0.7