github lepture/authlib v0.5
Version 0.5

latest releases: v1.3.0, v1.2.1, v1.2.0...
pre-release6 years ago

This version breaks a lot of things. There are many redesigns in order to get a better stable API. It is still in Alpha stage, with these breaking changes, I hope Authlib will go into Beta in the next version.

  • Added register_error_uri() and its Flask integration.
  • OAuth2Session supports more grant types.
  • Deprecate built-in cache. Read more on issue#23.
  • Redesigned OAuth 1 Flask server. Read the docs Flask OAuth 1 Server.
  • Deprecate client_model. Read more on issue#27.
  • Breaking change on AuthorizationCodeGrant.create_authorization_code, last parameter is changed to an
    OAuth2Request instance.
  • Rename callback_uri to redirect_uri in client.

Don't miss a new authlib release

NewReleases is sending notifications on new releases.