feat: redesign Login/Register with HUD aesthetic and Google Auth integration

This commit is contained in:
2026-02-22 15:31:02 -05:00
parent c6b97c4188
commit 33154169c8
12 changed files with 1116 additions and 419 deletions

View File

@ -53,6 +53,10 @@ class LoginRequest(BaseModel):
keep_session: bool = False
class GoogleLoginRequest(BaseModel):
id_token: str
class Token(BaseModel):
access_token: str
token_type: str