* Fri May 02 2025 Matej Cepl <mcepl@cepl.eu>
- Add 767-skip-xc20p-tests.patch to skip unavailable tests
(gh#authlib/authlib#456).
* Wed Apr 23 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.2
* Forbid fragments in ``redirect_uris``. :issue:`714`
* Fix invalid characters in ``error_description``. :issue:`720`
* Add ``claims_cls``` parameter for client's ``parse_id_token``
method. :issue:`725`
* Mon Apr 14 2025 Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
* Wed Mar 26 2025 Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
* Sun Mar 23 2025 Dirk Müller <dmueller@suse.com>
- 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.
* Thu Feb 06 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.4.1
* Improve garbage collection on OAuth clients. (#698)
* Fix client parameters for httpx. (#694)
* Fri Jan 24 2025 ecsos <ecsos@opensuse.org>
- Update to 1.4.0
* Fix id_token decoding when kid is null. :pr:`659`
* Support for Python 3.13. :pr:`682`
* Force login if the prompt parameter value is login. :pr:`637`
* Support for httpx 0.28, :pr:`695`
* Breaking changes:
- Stop support for Python 3.8. :pr:`682`
- Drop py313-tests.patch, because now in upstream.
- Drop httpx028.patch, because now in upstream.
* Thu Dec 19 2024 Markéta Machová <mmachova@suse.com>
- Add httpx028.patch to add compatibility with new httpx
* Thu Oct 31 2024 Dirk Müller <dmueller@suse.com>
- add py313-tests.patch
- modernize spec file
* Sat Sep 28 2024 Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Prevent ever-growing session size for OAuth clients.
* Revert quote client id and secret.
* unquote basic auth header for authorization server.