2024-02-11 04:38:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 9 13:00:59 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.8.2
|
|
|
|
* Added: Discovery endpoint response caching. Introducing OIDC_DISCOVERY_CACHE_ENABLE.
|
|
|
|
* Fixed: ResponseType data migration.
|
|
|
|
* Fixed: correctly verify PKCE secret in token endpoint.
|
|
|
|
0.8.1
|
|
|
|
* Changed: create_token and create_code are now methods on base classes to enable customization.
|
|
|
|
* Changed: extract "is consent skip allowed" decision from the view to the endpoint.
|
|
|
|
* Fixed: race condition in authorization code, parallel requests may reuse same token.
|
|
|
|
0.8.0
|
|
|
|
* Changed: now supporting latest versions of Django.
|
|
|
|
* Changed: drop support for Python 2 and Django lower than 3.2.
|
|
|
|
* Added: scope on token and introspection endpoints.
|
|
|
|
* Changed: Use static instead of deprecated staticfiles template tag.
|
|
|
|
* Fixed: example in docs for translatable scopes (ugettext).
|
|
|
|
- drop no-longer-needed django4.patch
|
|
|
|
- rebase python-django-oidc-provider-no-mock.patch
|
|
|
|
|
2022-11-22 13:07:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 22 13:00:50 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Remove python-six dependency
|
|
|
|
- Remove python_module macro definition
|
|
|
|
- Use autosetup instead setup+autopatch
|
|
|
|
- More specific python_sitelib in %files
|
|
|
|
|
2022-05-10 11:40:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 10 11:20:57 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not require python-mock for build
|
|
|
|
- added patches
|
|
|
|
fix no mock
|
|
|
|
+ python-django-oidc-provider-no-mock.patch
|
|
|
|
|
2022-02-25 21:50:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 25 18:30:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace django3.patch with django4.patch from
|
|
|
|
gh#juanifioren/django-oidc-provider#400.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 28 09:57:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch to work with Django 3.x:
|
|
|
|
* django3.patch
|
|
|
|
|
2019-04-23 09:33:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 11 09:04:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v0.7.0
|