You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
*#1070 Add a Celery task for clearing expired tokens, e.g. to be scheduled as a [periodic task](https://docs.celeryproject.org/en/stable/userguide/periodic-tasks.html).
which makes the list of additional `claims_supported` available at the OIDC auto-discovery endpoint (`.well-known/openid-configuration`).
29
+
30
+
### Fixed
31
+
*#1012 Return 200 status code with `{"active": false}` when introspecting a nonexistent token
32
+
per [RFC 7662](https://datatracker.ietf.org/doc/html/rfc7662#section-2.2). It had been incorrectly returning 401.
33
+
34
+
## [1.6.3] 2022-01-11
35
+
36
+
### Fixed
37
+
*#1085 Fix for #1083 admin UI search for idtoken results in `django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.`
38
+
39
+
### Added
40
+
*#1085 Add admin UI search fields for additional models.
41
+
42
+
## [1.6.2] 2022-01-06
43
+
44
+
**NOTE: This release reverts an inadvertently-added breaking change.**
45
+
46
+
### Fixed
47
+
48
+
*#1056 Add missing migration triggered by [Django 4.0 changes to the migrations autodetector](https://docs.djangoproject.com/en/4.0/releases/4.0/#migrations-autodetector-changes).
49
+
*#1068 Revert #967 which incorrectly changed an API. See #1066.
50
+
51
+
## [1.6.1] 2021-12-23
52
+
53
+
### Changed
54
+
* Note: Only Django 4.0.1+ is supported due to a regression in Django 4.0.0. [Explanation](https://github.com/jazzband/django-oauth-toolkit/pull/1046#issuecomment-998015272)
55
+
56
+
### Fixed
57
+
* Miscellaneous 1.6.0 packaging issues.
18
58
19
59
## [1.6.0] 2021-12-19
20
60
### Added
@@ -32,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
72
*#991 Update documentation of [REFRESH_TOKEN_EXPIRE_SECONDS](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#refresh-token-expire-seconds) to indicate it may be `int` or `datetime.timedelta`.
33
73
*#977 Update [Tutorial](https://django-oauth-toolkit.readthedocs.io/en/stable/tutorial/tutorial_01.html#) to show required `include`.
34
74
35
-
## Removed
75
+
###Removed
36
76
*#968 Remove support for Django 3.0 & 3.1 and Python 3.6
37
77
*#1035 Removes default_app_config for Django Deprecation Warning
0 commit comments