Skip to content

Commit

Permalink
refactor: adds jwt algorithm as a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Nov 20, 2022
1 parent 5818b78 commit 15de231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/labs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Config(BaseSettings):
# Secrets that the application requires for session
# and cross domain checking
JWT_SECRET_KEY: SecretStr
JWT_ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30

# SMTP and SMS related configuration
Expand Down

0 comments on commit 15de231

Please sign in to comment.