Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update authlib to 0.8 #1760

Merged
merged 3 commits into from Aug 3, 2018
Merged

Update authlib to 0.8 #1760

merged 3 commits into from Aug 3, 2018

Conversation

pyup-bot
Copy link
Collaborator

This PR updates authlib from 0.7 to 0.8.

Changelog

0.8

- RFC7523: Add JWTs for Client Authentication of :ref:`specs/rfc7523`.
- OIDC: Add ``response_mode=form_post`` support for OpenID Connect.

**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 :gh:`issue57`.
- Add context information when generate token via :gh:`issue58`.
- Improve JWT key handles, auto load JWK and JWK set.
- Add ``require_oauth.acquire`` with statement, get example on :ref:`flask_oauth2_server`.

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

- Rename config key ``OAUTH2_EXPIRES_IN`` to ``OAUTH2_TOKEN_EXPIRES_IN``.
- Rename Flask OAuth 2.0 ``create_expires_generator`` to
``create_token_expires_in_generator``
Links

@noirbizarre noirbizarre force-pushed the pyup-update-authlib-0.7-to-0.8 branch from eb336d6 to 0bbaeea Compare August 3, 2018 09:56
@noirbizarre noirbizarre added this to the 1.6.0 milestone Aug 3, 2018
@noirbizarre noirbizarre merged commit 6acc6d7 into master Aug 3, 2018
@noirbizarre noirbizarre deleted the pyup-update-authlib-0.7-to-0.8 branch August 3, 2018 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants