mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-07 00:53:59 +00:00
Lengthened token expiry
This commit is contained in:
@@ -212,7 +212,7 @@ THUMBNAIL_PREFIX = '_tn/'
|
||||
# THUMBNAIL_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||
|
||||
JWT_AUTH = {
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=(60 * 60 * 24) * 14),
|
||||
# 'JWT_EXPIRATION_DELTA': timedelta(seconds=5),
|
||||
'JWT_ALLOW_REFRESH': True,
|
||||
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
|
||||
|
||||
Reference in New Issue
Block a user