We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921818d commit 5465580Copy full SHA for 5465580
.python-version
@@ -0,0 +1 @@
1
+django-rest-knox
CHANGELOG.md
@@ -1,3 +1,6 @@
+## 5.0.2
2
+- Implement AUTO_REFRESH_MAX_TTL to limit total token lifetime when AUTO_REFRESH = True
3
+
4
## 5.0.1
5
- Fix migration: retrieve `TOKEN_MODEL` from `knox_settings` instead of Django settings.
6
setup.py
@@ -17,7 +17,7 @@
17
# Versions should comply with PEP440. For a discussion on single-sourcing
18
# the version across setup.py and the project code, see
19
# https://packaging.python.org/en/latest/single_source_version.html
20
- version='5.0.1',
+ version='5.0.2',
21
description='Authentication for django rest framework',
22
long_description=long_description,
23
long_description_content_type='text/markdown',
0 commit comments