Feat: implement shitty ass twitter linking to PID

This commit is contained in:
kittentm 2026-03-22 21:56:30 +01:00
commit aa8ce9025b
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
5 changed files with 149 additions and 2 deletions

View file

@ -11,7 +11,10 @@ class Settings(BaseSettings):
boss_url: str
boss_aes_key: str
boss_hmac_key: str
twitter_client_id: str
twitter_client_secret: str
twitter_redirect_uri: str
model_config = SettingsConfigDict(env_file=".env", extra="ignore")
cookie_secure: bool = True
webhook_url: str