File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,16 @@ Version 1.6.0
5757
5858- Fix issue when :rfc: `RFC9207 <9207 >` is enabled and the authorization endpoint response is not a redirection. :pr: `733 `
5959- Fix missing ``state `` parameter in authorization error responses. :issue: `525 `
60- - Support for ``acr `` and ``amr `` claims in ``id_token ``. :issue: `734 `
6160- Support for the ``none `` JWS algorithm.
6261- Fix ``response_types `` strict order during dynamic client registration. :issue: `760 `
6362- Implement :rfc: `RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR) <9101 >`. :issue: `723 `
6463- OIDC :class: `UserInfo endpoint <authlib.oidc.core.userinfo.UserInfoEndpoint> ` support. :issue: `459 `
6564
65+ **Breaking changes **:
66+
67+ - Support for ``acr `` and ``amr `` claims in ``id_token ``. :issue: `734 `
68+ The ``OAuth2AuthorizationCodeMixin `` must have a migration to support the new fields.
69+
6670Version 1.5.2
6771-------------
6872
You can’t perform that action at this time.
0 commit comments