forked from pool/python-Authlib
- update to 1.3.0:
* Restore AuthorizationServer.create_authorization_response
behavior, via :PR:`558`
* Include leeway in validate_iat() for JWT, via :PR:`565`
* Fix encode_client_secret_basic, via :PR:`594`
* Use single key in JWK if JWS does not specify kid, via
:PR:`596`
* Fix error when RFC9068 JWS has no scope field, via :PR:`598`
* Get werkzeug version using importlib, via :PR:`591`
* New features:
* RFC9068 implementation, via :PR:`586`, by @azmeuk.
* Breaking changes:
* End support for python 3.7
- Update to version 1.2.0
* Fix Starlette OAuth client for cache store, via PR#478.
- Remove unneeded BuildRequires on mock.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 20:58:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.0:
|
||||
* Restore AuthorizationServer.create_authorization_response
|
||||
behavior, via :PR:`558`
|
||||
* Include leeway in validate_iat() for JWT, via :PR:`565`
|
||||
* Fix encode_client_secret_basic, via :PR:`594`
|
||||
* Use single key in JWK if JWS does not specify kid, via
|
||||
:PR:`596`
|
||||
* Fix error when RFC9068 JWS has no scope field, via :PR:`598`
|
||||
* Get werkzeug version using importlib, via :PR:`591`
|
||||
* New features:
|
||||
* RFC9068 implementation, via :PR:`586`, by @azmeuk.
|
||||
* Breaking changes:
|
||||
* End support for python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 18:48:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -19,7 +36,7 @@ Sun Jun 11 14:11:54 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 03:19:54 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 1.2.0
|
||||
- Update to version 1.2.0
|
||||
* Not passing request.body to ResourceProtector, #485.
|
||||
* Use flask.g instead of _app_ctx_stack, #482.
|
||||
* Add headers parameter back to ClientSecretJWT, #457.
|
||||
@@ -35,12 +52,12 @@ Tue Oct 11 23:14:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* This release contains breaking changes and security fixes.
|
||||
* Allow to pass claims_options to Framework OpenID Connect clients, via PR#446.
|
||||
* Fix .stream with context for HTTPX OAuth clients, via PR#465.
|
||||
* Fix Starlette OAuth client for cache store, via PR#478.
|
||||
* Fix Starlette OAuth client for cache store, via PR#478.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 06:30:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded BuildRequires on mock.
|
||||
- Remove unneeded BuildRequires on mock.
|
||||
- Remove duplicated BuildRequires on pytest.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user