Add token generation

This commit is contained in:
2024-11-22 19:23:14 +01:00
parent 4216bfb54b
commit fa7f8caaee
4 changed files with 21 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ class Config(BaseModel):
WEB_APP_HOST: str
SECRET_KEY: str
def get_config() -> Config:
settings = Settings() # type: ignore