15
0

- update to 1.5.1:

* Fix RFC9207 iss parameter.
  * Fix token introspection auth method for clients.
  * Optional typ claim in JWT tokens.
  * JWT validation leeway.
  * Implement server-side :rfc:`RFC9207 <9207>`.
  * generate_id_token can take a kid parameter.
  * More detailed InvalidClientError.
  * OpenID Connect Dynamic Client Registration implementation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=40
This commit is contained in:
2025-03-23 21:42:41 +00:00
committed by Git OBS Bridge
parent ab34919e9f
commit 01174be1b7
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.4.1
Version: 1.5.1
Release: 0
Summary: Python library for building OAuth and OpenID Connect servers
License: BSD-3-Clause