15
0

- update to 1.2.1:

* Apply headers in ``ClientSecretJWT.sign`` method
  * Allow falsy but non-None grant uri params
  * Fixed ``authorize_redirect`` for Starlette v0.26.0
  * Removed ``has_client_secret`` method and documentation
  * Removed ``request_invalid`` and ``token_revoked`` remaining
    occurences and documentation.
  * Fixed RFC7591 ``grant_types`` and ``response_types`` default
    values

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=21
This commit is contained in:
2023-06-25 18:50:07 +00:00
committed by Git OBS Bridge
parent 7efe87acd6
commit 6df3cb17be
4 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define modname authlib
%{?sle15_python_module_pythons}
Name: python-Authlib
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Python library for building OAuth and OpenID Connect servers
License: BSD-3-Clause