We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3d202 commit 1c332a8Copy full SHA for 1c332a8
rest_framework_simplejwt/settings.py
@@ -15,7 +15,7 @@
15
"REFRESH_TOKEN_LIFETIME": timedelta(days=1),
16
"ROTATE_REFRESH_TOKENS": False,
17
"BLACKLIST_AFTER_ROTATION": False,
18
- # Whether to update the `last_login` timestamp on the user model after successful authentication.
+ # Whether to update the `last_login` timestamp on the user model after successful authentication.
19
"UPDATE_LAST_LOGIN": False,
20
"ALGORITHM": "HS256",
21
"SIGNING_KEY": settings.SECRET_KEY,
0 commit comments