wip
This commit is contained in:
@@ -9,5 +9,4 @@ JWT_SECRET: str = os.environ.get('JWT_SECRET') # type: ignore
|
||||
JWT_ALGORITHM = 'HS256'
|
||||
JWT_EXP_SECONDS = 900 # 15 minutes
|
||||
|
||||
ACCESS_TOKEN_EXP_SECONDS = 3600 # 1 hour
|
||||
REFRESH_TOKEN_EXP_SECONDS = 14 * 86400 # 14 days
|
||||
OAUTH2_REFRESH_TOKEN_EXPIRES_IN = 30 * 86400 # 30 days
|
||||
|
||||
Reference in New Issue
Block a user