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.10 #1916

Merged
merged 3 commits into from Nov 5, 2018
Merged

Update authlib to 0.10 #1916

merged 3 commits into from Nov 5, 2018

Conversation

pyup-bot
Copy link
Collaborator

This PR updates authlib from 0.9 to 0.10.

Changelog

0.10

-------------------

**Released on Oct 12, 2018.**

The most important change in this version is grant extension system. When
registering a grant, developers can pass extensions to the grant::

 authorization_server.register_grant(GrantClass, [extension])

Find Flask :ref:`flask_oauth2_grant_extensions` implementation.

RFC implementations and updates in this release:

- RFC8414: OAuth 2.0 Authorization Server Metadata
- RFC7636: make CodeChallenge a grant extension :ref:`specs/rfc7636`
- OIDC: make OpenIDCode a grant extension

Besides that, there are other improvements:

- Export ``save_authorize_state`` method on Flask and Django client
- Add ``fetch_token`` to Django OAuth client
- Add scope operator for ``require_oauth`` :ref:`flask_oauth2_multiple_scopes`
- Fix two OAuth clients in the same Flask route :gh:`PR85`

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

@noirbizarre noirbizarre merged commit 1d2db21 into master Nov 5, 2018
@noirbizarre noirbizarre deleted the pyup-update-authlib-0.9-to-0.10 branch November 5, 2018 14:37
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

3 participants