Removed user_id from incoming request since I never trusted it anyway
All checks were successful
Build & Publish to GHCR / build (push) Successful in 36s

This commit is contained in:
Florian 2025-10-15 09:08:33 +02:00
parent 91d86edc3c
commit ead13eba51

View File

@ -26,7 +26,6 @@ def hash_token(token: str) -> str:
return sha256(token.encode()).hexdigest()
class TokenRequest(BaseModel):
user_id : int
token : str
platform : str
app_ver : str