We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f54a2 commit 0d4676dCopy full SHA for 0d4676d
fithub/settings.py
@@ -93,7 +93,7 @@ def get_secret(setting):
93
}
94
95
SIMPLE_JWT = {
96
- 'ACESSTOKEN_LIFETIME': timedelta(minutes=5),
+ 'ACESSTOKEN_LIFETIME': timedelta(minutes=60),
97
'REFRESH_TOKEN_LIFETIME': timedelta(days=1),
98
"ROTATE_REFRESH_TOKENS": True,
99
"BLACKLIST_AFTER_ROTATION": True,
0 commit comments