return acces_token to original value

This commit is contained in:
cristhianzl 2024-03-12 16:26:28 -03:00
commit e775df7eef

View file

@ -22,7 +22,7 @@ class AuthSettings(BaseSettings):
frozen=False,
)
ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = 1
ACCESS_TOKEN_EXPIRE_MINUTES: int = 60
REFRESH_TOKEN_EXPIRE_MINUTES: int = 60 * 12 * 7
# API Key to execute /process endpoint