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
toredirect_uri
in client.