mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 20:50:02 +00:00
feat: local auto-login + eigent.ai callback for Electron hybrid login (#1497)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
This commit is contained in:
parent
ea44f1e0b4
commit
bebd1aafd7
7 changed files with 319 additions and 229 deletions
|
|
@ -60,6 +60,7 @@ class LoginByPasswordIn(BaseModel):
|
|||
class LoginResponse(BaseModel):
|
||||
token: str
|
||||
email: EmailStr
|
||||
redirect_url: str | None = None
|
||||
|
||||
|
||||
class UserIn(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue