mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-25 18:58:19 +00:00
Extended JWT expiry time
This commit is contained in:
@@ -220,7 +220,7 @@ SITE_NAME = 'Deep South Sounds'
|
||||
THUMBNAIL_PREFIX = 'cache/_tn/'
|
||||
|
||||
JWT_AUTH = {
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=1800),
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
|
||||
'JWT_ALLOW_REFRESH': True,
|
||||
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
|
||||
}
|
||||
Reference in New Issue
Block a user